Skip to content

Commit

Permalink
CI: fix windows syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHenry35 committed Sep 24, 2023
1 parent 04980f6 commit 81bae48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
SHORT_COMMIT_ID=${GITHUB_SHA::7}
if ($env:GITHUB_EVENT_NAME -eq "pull_request") {
FILENAME=ledu_download_win64_pr_$SHORT_COMMIT_ID.exe
else {
} else {
FILENAME=ledu_download_win64_$SHORT_COMMIT_ID.exe
}
ren D:\a\ledu\ledu\dist\main.exe D:\a\ledu\ledu\dist\$FILENAME
Expand Down

0 comments on commit 81bae48

Please sign in to comment.