Skip to content

Commit

Permalink
Correct dir placement...?
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 committed Jul 28, 2024
1 parent 3d87b2c commit 06dc208
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,18 @@ jobs:
shell: bash
run: |
UNCIV_VERSION=${{ github.ref_name }} wix build .github/workflows/unciv.wxs
- name: Show folders
run: |
dir
dir .github/workflows/wix-msi-files
- name: Upload MSI
uses: actions/upload-artifact@v4
with:
name: Unciv-MSI
path: Unciv.msi
path: .github/workflows/Unciv.msi
if-no-files-found: error

upload-to-itch:
Expand Down

0 comments on commit 06dc208

Please sign in to comment.