We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2facb9b commit 9b6d443Copy full SHA for 9b6d443
.github/workflows/integration_tests.yml
@@ -44,7 +44,7 @@ jobs:
44
dotnet build -c:Release
45
- name: "Download I:R save from MEGA"
46
run: | # save the downloaded save.rome file to the action's default folder
47
- & "c:/MEGAcmd/mega-get.bat" ${{ matrix.save_url }} save.rome
+ & "C:/Windows/ServiceProfiles/NetworkService/AppData/Local/MEGAcmd/mega-get.bat" ${{ matrix.save_url }} save.rome
48
- name: "Create configuration.txt"
49
working-directory: Release/ImperatorToCK3
50
run: |
0 commit comments