mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-03 20:48:49 -04:00
Correct dir placement
This commit is contained in:
parent
9dddb14076
commit
267b76ea63
8
.github/workflows/buildAndDeploy.yml
vendored
8
.github/workflows/buildAndDeploy.yml
vendored
@ -231,10 +231,10 @@ jobs:
|
|||||||
uses: microsoft/setup-msbuild@v2
|
uses: microsoft/setup-msbuild@v2
|
||||||
|
|
||||||
- name: Unzip unciv file
|
- name: Unzip unciv file
|
||||||
run: |
|
run: | # The relative folders in wxs files are relative to the file itself
|
||||||
mkdir wix-msi-files
|
mkdir .github/workflows/wix-msi-files
|
||||||
tar -xf Unciv-Windows64.zip -C wix-msi-files
|
tar -xf Unciv-Windows64.zip -C .github/workflows/wix-msi-files
|
||||||
dir wix-msi-files
|
dir .github/workflows/wix-msi-files
|
||||||
|
|
||||||
- name: Install WiX
|
- name: Install WiX
|
||||||
run: dotnet tool install --global wix
|
run: dotnet tool install --global wix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user