From 2e72b206d79cdee7e61907062b529a9c377c9d1d Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Tue, 17 Aug 2021 16:10:41 -0700 Subject: [PATCH] Update commit.yml --- .github/workflows/commit.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index e2e2af8a..69ba82e6 100644 --- a/.github/workflows/commit.yml +++ b/.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