Skip to content

Commit

Permalink
Merge pull request #49 from Erquint/Erquint-patch-43
Browse files Browse the repository at this point in the history
!patch Just triggering a build again.
  • Loading branch information
Erquint authored Dec 29, 2022
2 parents f6b9278 + 083ab44 commit 85e75ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Package
run: |
$EXTENSION = (${{runner.os}} -eq 'Windows') ? '.exe' : ''
$EXTENSION = ('${{runner.os}}' -eq 'Windows') ? '.exe' : ''
New-Item -ItemType Directory -Path ./artifacts/;
Compress-Archive -Path "./target/release/soundsense-rs${EXTENSION}" -DestinationPath ("./artifacts/soundsense-rs-${env:VERSION_STRING}-${{runner.os}}.zip")
Expand Down

0 comments on commit 85e75ba

Please sign in to comment.