Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
ci: update release.yml
  • Loading branch information
tsirysndr committed Aug 11, 2024
1 parent ecd0aa0 commit edf9262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: .
plugin: rust
args: |
target_add wasm32-unknown-unknown
build --target wasm32-unknown-unknown --release
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Upload release
run: |
export FILE=./plugin/target/wasm32-unknown-unknown/release/rust.wasm
fluentci run --wasm github release_upload $FILE
fluentci run --wasm github release_upload $TAG $FILE
env:
TAG: ${{ env.RELEASE_VERSION }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit edf9262

Please sign in to comment.