mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix zip command and name the artefact
This commit is contained in:
parent
9d7502091c
commit
53657b8fad
6
.github/workflows/ksp-publish.yml
vendored
6
.github/workflows/ksp-publish.yml
vendored
@ -38,10 +38,10 @@ jobs:
|
||||
|
||||
- name: Zip Up Release
|
||||
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
|
||||
with:
|
||||
name: build-output
|
||||
name: build-unbundled
|
||||
path: ConformalDecals-unbundled.zip
|
Loading…
Reference in New Issue
Block a user