From: Soeren Apel Date: Sun, 3 Mar 2024 23:29:39 +0000 (+0100) Subject: build.yml: Use unique artifact names, fix temporary OSX abort X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=a338ca894a6e742b654e17f1ac7016844d226d15;p=sigrok-build.git build.yml: Use unique artifact names, fix temporary OSX abort --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20eb022..b3bb454 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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