Skip to content

Commit 6a8a81e

Browse files
committed
ci: fix release workflow
1 parent 735c323 commit 6a8a81e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2323
- name: Upload release
2424
run: |
25-
export FILE=/app/rust.wasm
25+
export FILE=/app/plugin/target/wasm32-unknown-unknown/release/rust.wasm
2626
fluentci run github_pipeline release_upload
27-
working-directory: plugin/target/wasm32-unknown-unknown/release/
2827
env:
2928
TAG: ${{ env.RELEASE_VERSION }}
3029
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)