diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8c63dc6bf..8e6c1915a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ on: jobs: nightly: runs-on: ubuntu-latest - if: ${{ github.event.inputs.nightly != 'false' && github.repository == 'citra-emu/citra' }} + if: ${{ github.event.inputs.nightly != 'false' && github.repository == 'RyzenDew/Lime-3DS-Emulator' }} steps: # this checkout is required to make sure the GitHub Actions scripts are available - uses: actions/checkout@v4 @@ -59,7 +59,7 @@ jobs: tagAndPush(github, context.repo.owner, `${context.repo.repo}-nightly`, execa); canary: runs-on: ubuntu-latest - if: ${{ github.event.inputs.canary != 'false' && github.repository == 'citra-emu/citra' }} + if: ${{ github.event.inputs.canary != 'false' && github.repository == 'RyzenDew/Lime-3DS-Emulator' }} steps: # this checkout is required to make sure the GitHub Actions scripts are available - uses: actions/checkout@v4