Update nightly-build.yaml
This commit is contained in:
parent
7f4833be81
commit
3f246a8f7d
12
.github/workflows/nightly-build.yaml
vendored
12
.github/workflows/nightly-build.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user