Skip to content

Commit

Permalink
Remove non-ascii characters in archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
ohto-ai authored Feb 21, 2023
1 parent 3821bd6 commit f3b08b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Package
id: package
env:
archiveName: 仿超级小桀时钟_windows_${{ matrix.msvc_arch }}
archiveName: PopupClock_windows_${{ matrix.msvc_arch }}
msvcArch: ${{ matrix.msvc_arch }}
shell: pwsh
run: |
Expand Down

0 comments on commit f3b08b8

Please sign in to comment.