Skip to content

Commit

Permalink
Fix path for checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed Jul 26, 2023
1 parent 5d6c2f8 commit 1c57a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: vimtor/action-zip@v1
with:
files: target/release/grin-wallet.exe
dest: grin-wallet-${{ github.ref_name }}-win-x86_64.zip
dest: target/release/grin-wallet-${{ github.ref_name }}-win-x86_64.zip
- name: Create Checksum
working-directory: target/release
shell: pwsh
Expand Down

0 comments on commit 1c57a6b

Please sign in to comment.