Skip to content

Commit

Permalink
artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
aadi123 committed Oct 10, 2023
1 parent 128cf30 commit b311770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
cd /home/runner/work/Crustacean/Crustacean/ && wasm-pack build --target web
- uses: "marvinpinto/action-automatic-releases@latest"
- name: "Artifact"
uses: "marvinpinto/action-automatic-releases@latest"
permissions: write-all
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit b311770

Please sign in to comment.