From: Soeren Apel Date: Sat, 9 Mar 2024 22:38:28 +0000 (+0100) Subject: build.yml: Remove static keyword from file names X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=6e256150bcec5401b704360c0c57608df463c36b;p=sigrok-build.git build.yml: Remove static keyword from file names --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f66b96..aa8ee8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: - name: Rename artifact run: | cd pulseview/build/contrib - mv pulseview-*installer.exe pulseview-NIGHTLY-${{ matrix.target.target }}-static-${{ matrix.build_type.name }}-installer.exe + mv pulseview-*installer.exe pulseview-NIGHTLY-${{ matrix.target.target }}-${{ matrix.build_type.name }}-installer.exe - name: Upload artifact uses: actions/upload-artifact@v4 @@ -169,7 +169,7 @@ jobs: - name: Rename artifact run: | cd sigrok-cli/contrib - mv sigrok-cli-*installer.exe sigrok-cli-NIGHTLY-${{ matrix.target.target }}-static-debug-installer.exe + mv sigrok-cli-*installer.exe sigrok-cli-NIGHTLY-${{ matrix.target.target }}-debug-installer.exe - name: Upload artifact uses: actions/upload-artifact@v4