Skip to content

Commit

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

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

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

0 comments on commit 99dd9c2

Please sign in to comment.