diff options
| author | Charles Lombardo <clombardo169@gmail.com> | 2024-02-07 15:32:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 15:32:42 -0500 |
| commit | c000a5ff09aa20b8e8c2d4d0d365fd21d9b32b14 (patch) | |
| tree | 8b1313997429d923ea6895f58099fc32ac265448 /.github/workflows/android-publish.yml | |
| parent | c10e720ba9cb979577b3af53adb1347f13ec4ad5 (diff) | |
| parent | 99ea31faa855df2df0d3922f6ce4182784870d5b (diff) | |
Merge pull request #12909 from t895/play-store-automation
ci: android: Play store publishing setup
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 68e21c2f2..61f739e96 100644 --- a/.github/workflows/android-publish.yml +++ b/.github/workflows/android-publish.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 yuzu Emulator Project +# SPDX-FileCopyrightText: 2024 yuzu Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later name: yuzu-android-publish @@ -16,7 +16,7 @@ on: jobs: android: runs-on: ubuntu-latest - if: ${{ github.event.inputs.android != 'false' && github.repository == 'yuzu-emu/yuzu-android' }} + if: ${{ github.event.inputs.android != 'false' && github.repository == 'yuzu-emu/yuzu' }} steps: # this checkout is required to make sure the GitHub Actions scripts are available - uses: actions/checkout@v3 |
