Weilbyte
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/offline_bundle.yml
|
@ -2,7 +2,7 @@ name: Offline Bundle |
|
|
|
|
|
|
|
|
on: |
|
|
on: |
|
|
push: |
|
|
push: |
|
|
branches: [main] |
|
|
branches: [master] |
|
|
release: |
|
|
release: |
|
|
types: [published] |
|
|
types: [published] |
|
|
schedule: |
|
|
schedule: |
|
@ -46,4 +46,4 @@ jobs: |
|
|
upload_url: ${{ github.event.release.upload_url }} |
|
|
upload_url: ${{ github.event.release.upload_url }} |
|
|
asset_path: /srv/PVEDD/PVEDiscordDark.zip |
|
|
asset_path: /srv/PVEDD/PVEDiscordDark.zip |
|
|
asset_name: PVEDiscordDark.zip |
|
|
asset_name: PVEDiscordDark.zip |
|
|
asset_content_type: application/zip |
|
|
asset_content_type: application/zip |
|
|