Skip to content

Commit 57ab491

Browse files
committed
fix: release wst rs
1 parent 1d0af64 commit 57ab491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: tar
122122
run: |
123-
tar -C client-rs/target/${{ matrix.platform.target }}/release -czvf client-rs/target/${{ matrix.platform.target }}/release/wst-rs-${{ matrix.platform.target }}.tar.gz wst-rs*
123+
tar -C client-rs/target/${{ matrix.platform.target }}/release -czvf client-rs/target/${{ matrix.platform.target }}/release/wst-rs-${{ matrix.platform.target }}.tar.gz wst-rs${{ matrix.platform.EXT }}
124124
125125
- name: Release
126126
if: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)