diff options
| author | t895 <clombardo169@gmail.com> | 2024-01-17 15:12:30 -0500 |
|---|---|---|
| committer | t895 <clombardo169@gmail.com> | 2024-02-04 10:54:18 -0500 |
| commit | 99ea31faa855df2df0d3922f6ce4182784870d5b (patch) | |
| tree | 4f1810341ef93318b5dcb8464c0680664bbcf3ba /.github/workflows/android-publish.yml | |
| parent | 6baf965777145fd9c76bd06a3c140afa46a50e87 (diff) | |
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 |
