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