]> sigrok.org Git - sigrok-build.git/commitdiff
build.yml: Remove static keyword from file names
authorSoeren Apel <redacted>
Sat, 9 Mar 2024 22:38:28 +0000 (23:38 +0100)
committerSoeren Apel <redacted>
Sat, 9 Mar 2024 22:38:28 +0000 (23:38 +0100)
.github/workflows/build.yml

index 1f66b96a247c8186a21fc377fadbcba13f12338d..aa8ee8af8872bf995e14fa0c8895b6b5826d4f52 100644 (file)
@@ -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