aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/android-publish.yml
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2024-02-07 15:32:42 -0500
committerGitHub <noreply@github.com>2024-02-07 15:32:42 -0500
commitc000a5ff09aa20b8e8c2d4d0d365fd21d9b32b14 (patch)
tree8b1313997429d923ea6895f58099fc32ac265448 /.github/workflows/android-publish.yml
parentc10e720ba9cb979577b3af53adb1347f13ec4ad5 (diff)
parent99ea31faa855df2df0d3922f6ce4182784870d5b (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.yml4
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