ci: fix github publish

This commit is contained in:
Zane Schepke 2024-12-31 00:27:29 -05:00
parent c8ac40d370
commit 83c0ff497b
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
- check_commits - check_commits
- build - build
if: ${{ needs.check_commits.outputs.has_new_commits > 0 && inputs.release_type != 'none' }} if: ${{ needs.check_commits.outputs.has_new_commits > 0 && inputs.release_type != 'none' }}
name: Build Signed APK name: publish-github
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
GH_USER: ${{ secrets.GH_USER }} GH_USER: ${{ secrets.GH_USER }}
@ -77,6 +77,7 @@ jobs:
GH_REPO: ${{ github.repository }} GH_REPO: ${{ github.repository }}
steps: steps:
- uses: actions/checkout@v4
- name: Install system dependencies - name: Install system dependencies
run: | run: |
sudo apt update && sudo apt install -y gh apksigner sudo apt update && sudo apt install -y gh apksigner