Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aadi123 committed Oct 10, 2023
1 parent 99dd9c2 commit cdd119b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:

steps:
# ...
- name: Fetch asset
run: gh release download --repo aadi123/Crustacean latest
env:
GITHUB_TOKEN: ${{ secrets.PRIVATE_REPO_TOKEN }}

- name: Build and Test
- name: "Build & test"
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
wasm-pack build --target web
env:
GITHUB_TOKEN: ${{ secrets.PRIVATE_REPO_TOKEN }
- uses: "aadi123/[email protected]"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
pkg/*

0 comments on commit cdd119b

Please sign in to comment.