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

Commit

Permalink
Update webassembly-release.yaml make tar.gz flat
Browse files Browse the repository at this point in the history
  • Loading branch information
DogeProtocol authored Feb 29, 2024
1 parent 3175116 commit 8327410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webassembly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: ls ${{ github.workspace }}/build
- name: Create Release
run: |
tar -czf ${{ github.workspace }}/build/hybrid-pqc-wasm.tar.gz ${{ github.workspace }}/build/wasm/.
cd ${{ github.workspace }}/build/wasm && tar -czf ${{ github.workspace }}/build/hybrid-pqc-wasm.tar.gz .
sha256sum ${{ github.workspace }}/build/hybrid-pqc-wasm.tar.gz >${{ github.workspace }}/build/hybrid-pqc-wasm.txt
- name: Check Release Files
run: |
Expand Down

0 comments on commit 8327410

Please sign in to comment.