Upload build output

This commit is contained in:
Andrew Cassidy 2022-03-07 00:06:16 -08:00
parent f788c25837
commit 9d7502091c

View File

@ -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