Update workflow

This commit is contained in:
AeonLucid
2024-07-01 21:56:24 +02:00
parent 3691d229d5
commit 67e24faf43
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Build Prospect.Launcher - name: Build Prospect.Launcher
run: dotnet publish -o ./Prospect-Launcher -r win-x64 --no-self-contained -c Release -v minimal ${{env.PROJ_LAUNCHER}} run: dotnet publish -o ./Prospect-Launcher -r win-x64 --no-self-contained -c Release -v minimal ${{env.PROJ_LAUNCHER}}
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v4
with: with:
name: Prospect.Launcher name: Prospect.Launcher
path: ./Prospect-Launcher path: ./Prospect-Launcher