mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-05-11 23:12:23 +08:00
update workflow
This commit is contained in:
parent
0e375f663d
commit
b64fdcae71
4
.github/workflows/windows_nightly.yml
vendored
4
.github/workflows/windows_nightly.yml
vendored
@ -2,6 +2,7 @@ name: "Windows Nightly Build"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # every day at midnight
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
@ -34,4 +35,5 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows
|
||||
path: build/windows/x64/runner/Release
|
||||
path: build/windows/x64/runner/Release
|
||||
|
Loading…
x
Reference in New Issue
Block a user