Skip to content

Commit

Permalink
Try to fix integration tests wf
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Oct 15, 2024
1 parent 12d9204 commit e4876f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
run: |
dotnet build -c:Release
- name: "Download I:R save from MEGA"
shell: pwsh
run: |
& "C:\Users\Administrator\AppData\Local\MEGAcmd\mega-get.bat" ${{ matrix.save_url }} save.rome
& "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 e4876f7

Please sign in to comment.