Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update webassembly-sync-release.yml filename typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DogeProtocol authored Apr 7, 2024
1 parent 12abd82 commit 1164b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webassembly-sync-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Create Release
run: |
cd ${{ github.workspace }}/build/wasm && tar -czf ${{ github.workspace }}/build/hybrid-pqc-sync-wasm.tar.gz .
sha256sum ${{ github.workspace }}/build/hybrid-pqc-wasm.tar.gz >${{ github.workspace }}/build/hybrid-pqc-sync-wasm.txt
sha256sum ${{ github.workspace }}/build/hybrid-pqc-sync-wasm.tar.gz >${{ github.workspace }}/build/hybrid-pqc-sync-wasm.txt
- name: Check Release Files
run: |
ls ${{ github.workspace }}/build/hybrid-pqc-sync-*.*
Expand Down

0 comments on commit 1164b99

Please sign in to comment.