Skip to content

Commit

Permalink
ci: git add wasm build-packages.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Abudayyeh <[email protected]>
  • Loading branch information
moabu authored Jan 17, 2025
1 parent f6eb840 commit f7c0401
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ jobs:
wget https://github.com/${{ github.repository }}/releases/download/"${VER}"/cedarling_wasm_"${TAG}"_pkg.tar.gz -O cedarling_wasm.tar.gz
mkdir wasm
tar -xvf cedarling_wasm.tar.gz -C wasm
rm cedarling_wasm.tar.gz
git add wasm
ls wasm
# END Get the latest cedarling wasm package
npm install
npm run build
Expand Down Expand Up @@ -435,4 +438,4 @@ jobs:
sha256sum cedarling_wasm_"${TAG}"_pkg.tar.gz > cedarling_wasm_"${TAG}"_pkg.tar.gz.sha256sum
gpg --armor --detach-sign cedarling_wasm_"${TAG}"_pkg.tar.gz || echo "Failed to sign"
echo "${{ secrets.MOAUTO_WORKFLOW_TOKEN }}" | gh auth login --with-token
gh release upload "${VERSION}" *.tar.gz *.sha256sum *.asc
gh release upload "${VERSION}" *.tar.gz *.sha256sum *.asc

0 comments on commit f7c0401

Please sign in to comment.