Skip to content

Commit faa0a0f

Browse files
authored
Update create_release.yml (#214) #minor
1 parent 3bf6afa commit faa0a0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
.\ImperatorToCK3Tests.exe
2727
- name: "Save commit ID"
2828
run: |
29-
$Env:GITHUB_WORKSPACE\ImperatorToCK3\Save_Commit_ID_Windows.bat
29+
cd $Env:GITHUB_WORKSPACE\ImperatorToCK3\
30+
.\Save_Commit_ID_Windows.bat
3031
- name: "Archive release"
3132
run: |
3233
cd "C:\Program Files\7-Zip\"

0 commit comments

Comments
 (0)