Skip to content

Commit

Permalink
Genericified
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 authored Jul 28, 2024
1 parent a9404e6 commit ee7c8ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

- name: Unzip unciv file
- name: Unzip folder
run: |
tar -xf files\Folder.zip -C files
del files\Folder.zip
Expand All @@ -35,8 +35,8 @@ jobs:
- name: Add generated binaries to artifact
uses: actions/upload-artifact@v4
with:
name: Unciv-MSI
name: App-MSI
path: |
Unciv.msi
App.msi
if-no-files-found: error

0 comments on commit ee7c8ae

Please sign in to comment.