Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
Signed-off-by: RSUU <[email protected]>
  • Loading branch information
rsuu committed May 7, 2024
1 parent 6993363 commit 532b38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
staging="rmg_${{ matrix.build }}_${{ github.ref_name }}"
mkdir -p "$staging"
cp {README.md,LICENSE-MIT,LICENSE-APACHE,assets/gesture.zip} "$staging/"
cp {README.md,LICENSE-MIT,LICENSE-APACHE,assets/gestures.zip} "$staging/"
if [ "${{ matrix.os }}" = "windows-lastest" ]; then
cp target/release/rmg.exe "$staging/"
7z a "$staging.zip" "$staging"
Expand Down

0 comments on commit 532b38a

Please sign in to comment.