mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Upload build output
This commit is contained in:
parent
f788c25837
commit
9d7502091c
12
.github/workflows/ksp-publish.yml
vendored
12
.github/workflows/ksp-publish.yml
vendored
@ -34,4 +34,14 @@ jobs:
|
||||
- name: Build Conformal Decals dll
|
||||
working-directory: Source
|
||||
run: |
|
||||
dotnet build --configuration Release ConformalDecals.sln
|
||||
dotnet build --configuration Release ConformalDecals.sln
|
||||
|
||||
- name: Zip Up Release
|
||||
run: |
|
||||
zip ConformalDecals-unbundled.zip Gamedata/ConformalDecals/* README.md CHANGELOG.md LICENSE-ART.md LICENSE-SOURCE.md
|
||||
|
||||
- name: Upload Output
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-output
|
||||
path: ConformalDecals-unbundled.zip
|
Loading…
Reference in New Issue
Block a user