summaryrefslogtreecommitdiff
path: root/.github/workflows/android-publish.yml
diff options
context:
space:
mode:
authorGravatar t8952024-01-17 15:12:30 -0500
committerGravatar t8952024-02-04 10:54:18 -0500
commit99ea31faa855df2df0d3922f6ce4182784870d5b (patch)
tree4f1810341ef93318b5dcb8464c0680664bbcf3ba /.github/workflows/android-publish.yml
parentMerge pull request #12857 from liamwhite/const (diff)
downloadyuzu-99ea31faa855df2df0d3922f6ce4182784870d5b.tar.gz
yuzu-99ea31faa855df2df0d3922f6ce4182784870d5b.tar.xz
yuzu-99ea31faa855df2df0d3922f6ce4182784870d5b.zip
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 @@
1# SPDX-FileCopyrightText: 2023 yuzu Emulator Project 1# SPDX-FileCopyrightText: 2024 yuzu Emulator Project
2# SPDX-License-Identifier: GPL-2.0-or-later 2# SPDX-License-Identifier: GPL-2.0-or-later
3 3
4name: yuzu-android-publish 4name: yuzu-android-publish
@@ -16,7 +16,7 @@ on:
16jobs: 16jobs:
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-android' }} 19 if: ${{ github.event.inputs.android != 'false' && github.repository == 'yuzu-emu/yuzu' }}
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