From 9d7502091c6cea002927f0836501556a63a2b23e Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Mon, 7 Mar 2022 00:06:16 -0800 Subject: [PATCH] Upload build output --- .github/workflows/ksp-publish.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ksp-publish.yml b/.github/workflows/ksp-publish.yml index ea075b6..201574f 100644 --- a/.github/workflows/ksp-publish.yml +++ b/.github/workflows/ksp-publish.yml @@ -34,4 +34,14 @@ jobs: - name: Build Conformal Decals dll working-directory: Source run: | - dotnet build --configuration Release ConformalDecals.sln \ No newline at end of file + 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 \ No newline at end of file