Wayne Warthen
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
14 additions and
0 deletions
-
.github/workflows/commit.yml
|
|
|
@ -39,6 +39,20 @@ jobs: |
|
|
|
name: RomWBW_Linux-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}} |
|
|
|
path: . |
|
|
|
|
|
|
|
- name: Create Package Archive |
|
|
|
run: | |
|
|
|
zip -r RomWBW-SnapShot-Package.zip . |
|
|
|
|
|
|
|
- name: Post SnapShot |
|
|
|
uses: "marvinpinto/action-automatic-releases@latest" |
|
|
|
with: |
|
|
|
repo_token: "${{ secrets.GITHUB_TOKEN }}" |
|
|
|
automatic_release_tag: "SnapShot" |
|
|
|
prerelease: true |
|
|
|
title: "Development SnapShot Build" |
|
|
|
files: | |
|
|
|
RomWBW-SnapShot-Package.zip |
|
|
|
|
|
|
|
buildMacOS: |
|
|
|
runs-on: macos-latest |
|
|
|
|
|
|
|
|