nightly test

This commit is contained in:
Sardelka
2022-06-27 13:49:16 +08:00
parent 87d8102a1a
commit b48206d942

View File

@ -46,5 +46,16 @@ jobs:
with:
name: RageCoop.Server-linux-arm
path: RageCoop.Server/bin/linux-arm
- uses: WebFreak001/deploy-nightly@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions
with:
upload_url: https://uploads.github.com/repos/RAGECOOP/RAGECOOP-V/releases/70603992/assets{?name,label}
release_id: 70603992
asset_path: RageCoop.Client/bin
asset_name: RageCoop.Client-nightly.zip
asset_content_type: application/zip
max_releases: 7
- uses: actions/checkout@v2