Reduce output from 65MB to < 200kb

This commit is contained in:
AeonLucid
2021-10-30 20:03:04 +02:00
parent 7a13e982a8
commit 1a5bc07d4e
6 changed files with 17 additions and 11 deletions
+2 -2
View File
@@ -32,10 +32,10 @@ jobs:
run: msbuild /m /p:Configuration=Release /p:Platform=x64 ${{env.PROJ_AGENT}}
- name: Build Prospect.Launcher
run: dotnet publish -o ./build-app -r win-x64 -c Release -v minimal ${{env.PROJ_LAUNCHER}}
run: dotnet publish -o ./Prospect-Launcher -r win-x64 -c Release -v minimal ${{env.PROJ_LAUNCHER}}
- name: Compress Prospect.Launcher
run: 7z a launcher.zip ./build-app/*
run: 7z a launcher.zip ./Prospect-Launcher
- uses: actions/upload-artifact@v2
with: