Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
fix build.yml Set version number var bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SummonHIM committed Dec 14, 2022
1 parent 3931395 commit 483eafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set version number
shell: pwsh
run: (Get-Content AutoWeMeeting.ahk) -Replace '脚本源代码执行', 'Build-$env:GITHUB_RUN_NUMBER' | Set-Content AutoWeMeeting.ahk -Encoding UTF8
run: (Get-Content AutoWeMeeting.ahk) -Replace '脚本源代码执行', "Build-$env:GITHUB_RUN_NUMBER" | Set-Content AutoWeMeeting.ahk -Encoding UTF8

- name: Build x64 binary file
shell: pwsh
Expand Down

0 comments on commit 483eafb

Please sign in to comment.