Skip to content

Commit

Permalink
build.yml: Remove static keyword from file names
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Mar 9, 2024
1 parent 1ac2c0e commit 6e25615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6e25615

Please sign in to comment.