Skip to content

Commit

Permalink
Use working-directory for "Download I:R save from MEGA" wf step
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Oct 15, 2024
1 parent b14cbb4 commit fa6015a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Integration tests"

on:
push:
branches:
- '**' # This will trigger the workflow on push to any branch
release:
types: [published]

Expand Down Expand Up @@ -40,9 +43,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
working-directory: C:/Users/Administrator/AppData/Local/MEGAcmd
run: | # save the downloaded save.rome file to the action's default folder
& "./mega-get.bat" ${{ matrix.save_url }} ${{ github.workspace }}/save.rome
- name: "Create configuration.txt"
working-directory: Release/ImperatorToCK3
run: |
Expand Down

0 comments on commit fa6015a

Please sign in to comment.