Skip to content

Commit

Permalink
Merge pull request #105 from lucianodato/DEVELOPMENT
Browse files Browse the repository at this point in the history
Fix typo in 64 bit build
  • Loading branch information
lucianodato authored May 14, 2022
2 parents cc57e2f + 7dd444d commit 499fa98
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 @@ -327,7 +327,7 @@ jobs:
shell: bash
if: startsWith(github.ref, 'refs/tags/')
run: |
noise-repellent-win64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}.zip noise-repellent-win64-${{ steps.get_version.outputs.version }}.zip
mv noise-repellent-win64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}.zip noise-repellent-win64-${{ steps.get_version.outputs.version }}.zip
- name: Upload Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 499fa98

Please sign in to comment.