]> sigrok.org Git - sigrok-build.git/commitdiff
build.yml: Use unique artifact names, fix temporary OSX abort
authorSoeren Apel <redacted>
Sun, 3 Mar 2024 23:29:39 +0000 (00:29 +0100)
committerSoeren Apel <redacted>
Sun, 3 Mar 2024 23:29:39 +0000 (00:29 +0100)
.github/workflows/build.yml

index 20eb02221d0b01d4db5cfadd77197663a75b59be..b3bb454b66d4b775aad624ad90e16613b6884d84 100644 (file)
@@ -104,7 +104,7 @@ jobs:
       - name: Upload artifact
         uses: actions/upload-artifact@v4
         with:
-          name: artifacts
+          name: artifact-pulseview-mxe
           path: pulseview/build/contrib/pulseview*installer.exe
 
 
@@ -173,7 +173,7 @@ jobs:
       - name: Upload artifact
         uses: actions/upload-artifact@v4
         with:
-          name: artifacts
+          name: artifact-sigrok-cli-mxe
           path: sigrok-cli/contrib/sigrok-cli*installer.exe
 
 
@@ -263,7 +263,7 @@ jobs:
       - name: Upload artifact
         uses: actions/upload-artifact@v4
         with:
-          name: artifacts
+          name: artifact-pulseview-appimage
           path: sigrok-build/ci/appimage/appimage-build/PulseView-*.AppImage
 
 
@@ -348,7 +348,7 @@ jobs:
       - name: Upload artifact
         uses: actions/upload-artifact@v4
         with:
-          name: artifacts
+          name: artifact-sigrok-cli-appimage
           path: sigrok-build/ci/appimage/appimage-build/sigrok-cli-*.AppImage
 
 
@@ -369,16 +369,16 @@ jobs:
       ARTIFACT_VERSION: "NIGHTLY"
 
     steps:
+      - name: Abort run as OSX build is cancelled on github currently
+        run: |
+          exit 1
+
       - name: Install dependencies
         run: |
           brew install autoconf automake autoconf-archive pkg-config sdcc \
             libtool libzip libusb libftdi hidapi nettle check doxygen swig \
             glib glibmm@2.66 cmake boost "$BREW_PYTHON_VERSION" "$BREW_QT_VERSION"
 
-      - name: Abort run as OSX build is cancelled on github currently
-        run: |
-          exit 1
-
       - name: Checkout sigrok-build
         uses: actions/checkout@v4
         with:
@@ -420,7 +420,7 @@ jobs:
       - name: Upload artifact
         uses: actions/upload-artifact@v4
         with:
-          name: artifacts
+          name: artifact-pulseview-macos
           path: sigrok-build/ci/macos/PulseView*.dmg
 
 
@@ -441,16 +441,16 @@ jobs:
       ARTIFACT_VERSION: "NIGHTLY"
 
     steps:
+      - name: Abort run as OSX build is cancelled on github currently
+        run: |
+          exit 1
+
       - name: Install dependencies
         run: |
           brew install autoconf automake autoconf-archive pkg-config sdcc \
             libtool libzip libusb libftdi hidapi nettle check doxygen swig \
             glib "$BREW_PYTHON_VERSION" "$BREW_QT_VERSION"
 
-      - name: Abort run as OSX build is cancelled on github currently
-        run: |
-          exit 1
-
       - name: Checkout sigrok-build
         uses: actions/checkout@v4
         with:
@@ -487,7 +487,7 @@ jobs:
       - name: Upload artifact
         uses: actions/upload-artifact@v4
         with:
-          name: artifacts
+          name: artifact-sigrok-cli-macos
           path: sigrok-build/ci/macos/sigrok-cli*.dmg