mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
Update PublishDistribution.yml
- add timeout field
This commit is contained in:
6
.github/workflows/PublishDistribution.yml
vendored
6
.github/workflows/PublishDistribution.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
||||
|
||||
# Download Publish.zip
|
||||
- name: Download Release
|
||||
timeout-minutes: 5
|
||||
uses: robinraju/release-downloader@v1.5
|
||||
with:
|
||||
repository: "DGP-Studio/Snap.Hutao"
|
||||
@@ -25,8 +26,9 @@ jobs:
|
||||
fileName: "*.zip"
|
||||
out-file-path: ./release-download
|
||||
|
||||
# Upload to OD21 (Testing)
|
||||
- name: Upload OD21
|
||||
# Upload to Drive
|
||||
- name: Upload Drive
|
||||
timeout-minutes: 5
|
||||
env:
|
||||
RCCONF: ${{ secrets.RCCONF }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user