Skip to content

Commit 4f1fcfd

Browse files
committed
Need to unzip first!
1 parent 6a6ecd5 commit 4f1fcfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [windows-latest, macos-latest, ubuntu-latest]
24+
os: [windows-latest]
2525
steps:
2626
- uses: actions/checkout@v4
2727
with:
@@ -75,8 +75,10 @@ jobs:
7575
- if: runner.os == 'Windows'
7676
name: Run Olympus test
7777
shell: pwsh
78+
working-directory: ${{ steps.build.outputs.out-dir }}
7879
run: |
7980
$baseName = "Ganary"
81+
Expand-Archive -Path ${{ steps.build.outputs.out-dir }}/$baseName.zip -Destination ${{ steps.build.outputs.out-dir }}
8082
$saveDataDir = Join-Path $env:LOCALAPPDATA $baseName
8183
8284
$executableName = "Ganary"

0 commit comments

Comments
 (0)