Wayne Warthen
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/commit.yml
|
|
@ -43,7 +43,7 @@ jobs: |
|
|
zip -r RomWBW-SnapShot-Package.zip . |
|
|
zip -r RomWBW-SnapShot-Package.zip . |
|
|
|
|
|
|
|
|
- name: Post SnapShot |
|
|
- name: Post SnapShot |
|
|
uses: marvinpinto/action-automatic-releases@latest |
|
|
|
|
|
|
|
|
uses: unl0ck/action-automatic-releases@latest |
|
|
with: |
|
|
with: |
|
|
repo_token: "${{ secrets.GITHUB_TOKEN }}" |
|
|
repo_token: "${{ secrets.GITHUB_TOKEN }}" |
|
|
automatic_release_tag: "SnapShot" |
|
|
automatic_release_tag: "SnapShot" |
|
|
|