Zip artifact

This commit is contained in:
AeonLucid
2021-10-30 19:44:21 +02:00
parent 9fb8cebc2f
commit 7a13e982a8
+4 -1
View File
@@ -34,8 +34,11 @@ jobs:
- name: Build Prospect.Launcher - name: Build Prospect.Launcher
run: dotnet publish -o ./build-app -r win-x64 -c Release -v minimal ${{env.PROJ_LAUNCHER}} run: dotnet publish -o ./build-app -r win-x64 -c Release -v minimal ${{env.PROJ_LAUNCHER}}
- name: Compress Prospect.Launcher
run: 7z a launcher.zip ./build-app/*
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: Prospect.Launcher name: Prospect.Launcher
path: ./build-app/ path: ./launcher.zip
retention-days: 14 retention-days: 14