From 8df7712633f10750538566fb7ef0de8564ad5afb Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Tue, 6 Dec 2022 13:39:22 -0800 Subject: [PATCH 1/3] Update commit.yml --- .github/workflows/commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index bacffa22..3670df7b 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -43,7 +43,7 @@ jobs: zip -r RomWBW-SnapShot-Package.zip . - name: Post SnapShot - uses: unl0ck/action-automatic-releases@latest + uses: wwarthen/automatic-releases@latest with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "SnapShot" From 8e110221a3a6ed1ecb30aa1c57a92a8d30bcc412 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Tue, 6 Dec 2022 13:51:45 -0800 Subject: [PATCH 2/3] Update commit.yml --- .github/workflows/commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 3670df7b..a49c0a56 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -43,7 +43,7 @@ jobs: zip -r RomWBW-SnapShot-Package.zip . - name: Post SnapShot - uses: wwarthen/automatic-releases@latest + uses: wwarthen/actions/packages/automatic-releases@built-packages with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "SnapShot" From 1839120e9da47cd877d9b89a616e310b96b2cf38 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Tue, 6 Dec 2022 15:03:01 -0800 Subject: [PATCH 3/3] Update commit.yml --- .github/workflows/commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index a49c0a56..bb9f7081 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -53,7 +53,7 @@ jobs: RomWBW-SnapShot-Package.zip buildMacOS: - runs-on: macos-latest + runs-on: macOS-12 steps: - uses: actions/checkout@v3.1.0