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