Skip to content

Commit

Permalink
Use MEGA CMD instead of megatools in the integration tests workflow (#…
Browse files Browse the repository at this point in the history
…2267) #patch
  • Loading branch information
IhateTrains authored Oct 15, 2024
1 parent cf6d343 commit 12d9204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
dotnet build -c:Release
- name: "Download I:R save from MEGA"
run: |
& "C:/Program Files/megatools/megatools.exe" dl --path "save.rome" ${{ matrix.save_url }}
& "C:\Users\Administrator\AppData\Local\MEGAcmd\mega-get.bat" ${{ matrix.save_url }} save.rome
- name: "Create configuration.txt"
working-directory: Release/ImperatorToCK3
run: |
Expand Down

0 comments on commit 12d9204

Please sign in to comment.