diff --git a/.github/workflows/release-complete.yml b/.github/workflows/release-complete.yml index a193e0ec..80f7a4f3 100644 --- a/.github/workflows/release-complete.yml +++ b/.github/workflows/release-complete.yml @@ -43,5 +43,5 @@ jobs: FINE_PAT: ${{ secrets.ALTTPER_TAGGER }} with: repository: ${{ github.repository_owner }}/z3randomizer - ref-name: heads/OWMain + ref-name: heads/DRUnstable github-tag: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/release-create.yml b/.github/workflows/release-create.yml index 3aacc0b8..aab283b2 100644 --- a/.github/workflows/release-create.yml +++ b/.github/workflows/release-create.yml @@ -43,7 +43,6 @@ jobs: os-name: [ # ubuntu-latest, # ubuntu-22.04 ubuntu-22.04, - ubuntu-20.04, macos-latest, # macos-12 windows-latest # windows-2022 ] @@ -102,7 +101,6 @@ jobs: os-name: [ # ubuntu-latest, # ubuntu-22.04 ubuntu-22.04, - ubuntu-20.04, macos-latest, # macos-12 windows-latest # windows-2022 ] @@ -178,7 +176,6 @@ jobs: os-name: [ # ubuntu-latest, # ubuntu-22.04 ubuntu-22.04, - ubuntu-20.04, macos-latest, # macos-12 windows-latest # windows-2022 ] @@ -220,7 +217,6 @@ jobs: os-name: [ # ubuntu-latest, # ubuntu-22.04 ubuntu-22.04, - ubuntu-20.04, macos-latest, # macos-12 windows-latest # windows-2022 ] diff --git a/resources/ci/common/common.py b/resources/ci/common/common.py index 5329c768..148c7043 100644 --- a/resources/ci/common/common.py +++ b/resources/ci/common/common.py @@ -19,7 +19,7 @@ global FILESIZE_CHECK # windows: 2022, 2019 # macos: 14, 13, 12, 11 DEFAULT_EVENT = "event" -DEFAULT_REPO_SLUG = "miketrethewey/ALttPDoorRandomizer" +DEFAULT_REPO_SLUG = "aerinon/ALttPDoorRandomizer" FILENAME_CHECKS = [ "DungeonRandomizer", "Gui",