Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dummerle committed Dec 18, 2022
1 parent d022529 commit 89913c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/rare-updater.exe
asset_name: Build.zip
asset_name: rare-updater.exe
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 89913c0

Please sign in to comment.