Skip to content

Commit

Permalink
fix: syntax error powershell varieble
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHenry35 committed Sep 24, 2023
1 parent 81bae48 commit 5af471b
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 @@ -32,7 +32,7 @@ jobs:
- name: Build and rename the artifact
run: |
pyinstaller --noconfirm --onefile --console --icon "D:/a/ledu/ledu/ledu.ico" --add-data "D:/a/ledu/ledu/bin/aria2c_win.exe;bin/" "D:/a/ledu/ledu/main.py"
SHORT_COMMIT_ID=${GITHUB_SHA::7}
$SHORT_COMMIT_ID = $env:GITHUB_SHA.Substring(0,7)
if ($env:GITHUB_EVENT_NAME -eq "pull_request") {
FILENAME=ledu_download_win64_pr_$SHORT_COMMIT_ID.exe
} else {
Expand Down

0 comments on commit 5af471b

Please sign in to comment.