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

Commit

Permalink
Update webassembly-nodejs-release.yml rename nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
DogeProtocol authored Apr 7, 2024
1 parent 9561f95 commit a53c6b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/webassembly-nodejs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
run: ls ${{ github.workspace }}/build
- name: Create Release
run: |
cd ${{ github.workspace }}/build/wasm && tar -czf ${{ github.workspace }}/build/hybrid-pqc-node-wasm.tar.gz .
sha256sum ${{ github.workspace }}/build/hybrid-pqc-node-wasm.tar.gz >${{ github.workspace }}/build/hybrid-pqc-node-wasm.txt
cd ${{ github.workspace }}/build/wasm && tar -czf ${{ github.workspace }}/build/hybrid-pqc-nodejs-wasm.tar.gz .
sha256sum ${{ github.workspace }}/build/hybrid-pqc-nodejs-wasm.tar.gz >${{ github.workspace }}/build/hybrid-pqc-nodejs-wasm.txt
- name: Check Release Files
run: |
ls ${{ github.workspace }}/build/hybrid-pqc-node-*.*
ls ${{ github.workspace }}/build/hybrid-pqc-nodejs-*.*
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a53c6b5

Please sign in to comment.