diff options
Diffstat (limited to '.github/workflows/android-publish.yml')
| -rw-r--r-- | .github/workflows/android-publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android-publish.yml b/.github/workflows/android-publish.yml index 8f46fcf74..68e21c2f2 100644 --- a/.github/workflows/android-publish.yml +++ b/.github/workflows/android-publish.yml | |||
| @@ -16,7 +16,7 @@ on: | |||
| 16 | jobs: | 16 | jobs: |
| 17 | android: | 17 | android: |
| 18 | runs-on: ubuntu-latest | 18 | runs-on: ubuntu-latest |
| 19 | if: ${{ github.event.inputs.android != 'false' && github.repository == 'yuzu-emu/yuzu' }} | 19 | if: ${{ github.event.inputs.android != 'false' && github.repository == 'yuzu-emu/yuzu-android' }} |
| 20 | steps: | 20 | steps: |
| 21 | # this checkout is required to make sure the GitHub Actions scripts are available | 21 | # this checkout is required to make sure the GitHub Actions scripts are available |
| 22 | - uses: actions/checkout@v3 | 22 | - uses: actions/checkout@v3 |
| @@ -33,7 +33,7 @@ jobs: | |||
| 33 | script: | | 33 | script: | |
| 34 | if (context.payload.inputs && context.payload.inputs.android === 'true') return true; | 34 | if (context.payload.inputs && context.payload.inputs.android === 'true') return true; |
| 35 | const checkAndroidChanges = require('./.github/workflows/android-merge.js').checkAndroidChanges; | 35 | const checkAndroidChanges = require('./.github/workflows/android-merge.js').checkAndroidChanges; |
| 36 | return checkAndroidChanges(github, context); | 36 | return checkAndroidChanges(github); |
| 37 | - run: npm install execa@5 | 37 | - run: npm install execa@5 |
| 38 | if: ${{ steps.check-changes.outputs.result == 'true' }} | 38 | if: ${{ steps.check-changes.outputs.result == 'true' }} |
| 39 | - uses: actions/checkout@v3 | 39 | - uses: actions/checkout@v3 |