Skip to content

Commit 5a5e187

Browse files
authored
Merge pull request vrc-plugin#2 from azarashi2931/patch-1
Fix typo
2 parents a3a4f7e + 4b14f58 commit 5a5e187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Build
3333
run: cargo build --release --verbose
34-
- name: Achive to zip
34+
- name: Archive to zip
3535
run: |
3636
powershell compress-archive -Path target/release/send-vrc-desktop.exe -DestinationPath dist/send_vrc_desktop.zip
3737
@@ -42,4 +42,4 @@ jobs:
4242
files: "dist/send_vrc_desktop.zip"
4343
prerelease: ${{ contains(github.ref, '-beta') }}
4444
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)