Update nightly-build.yaml

This commit is contained in:
Sardelka9515 2022-06-06 20:07:57 +08:00 committed by GitHub
parent 7f4833be81
commit 3f246a8f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,5 +26,13 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal
- uses: papeloto/action-zip@v1
with:
files: RageCoop.Client/bin/Release
dest: RageCoop.Client.zip
- uses: actions/upload-artifact@v3
with:
name: RageCoop.Client.zip
path: RageCoop.Client.zip
- uses: actions/checkout@v2