Fix zip command and name the artefact

hotfix
Andrew Cassidy 2 years ago
parent 9d7502091c
commit 53657b8fad

@ -38,10 +38,10 @@ jobs:
- name: Zip Up Release - name: Zip Up Release
run: | run: |
zip ConformalDecals-unbundled.zip Gamedata/ConformalDecals/* README.md CHANGELOG.md LICENSE-ART.md LICENSE-SOURCE.md zip -r ConformalDecals-unbundled.zip Gamedata/ConformalDecals/* README.md CHANGELOG.md LICENSE-ART.md LICENSE-SOURCE.md
- name: Upload Output - name: Upload Unbundled Build
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: build-output name: build-unbundled
path: ConformalDecals-unbundled.zip path: ConformalDecals-unbundled.zip
Loading…
Cancel
Save