Skip to content

Commit

Permalink
update deployment to use pakman 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Sep 21, 2023
1 parent 0955b14 commit 243ab3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ jobs:
fetch-depth: 0

- name: 'Pakman'
uses: upmaru/[email protected].2
uses: upmaru/[email protected].4
with:
command: 'bootstrap'
env:
ABUILD_PRIVATE_KEY: ${{secrets.ABUILD_PRIVATE_KEY}}
ABUILD_PUBLIC_KEY: ${{secrets.ABUILD_PUBLIC_KEY}}

- name: 'Build APK'
uses: upmaru/[email protected].2
uses: upmaru/[email protected].4
with:
entrypoint: /var/lib/pakman/bin/build.sh

- name: 'Archive'
uses: upmaru/[email protected].2
uses: upmaru/[email protected].4
with:
entrypoint: /var/lib/pakman/bin/archive.sh

- name: 'Create Deployment'
uses: upmaru/[email protected].2
uses: upmaru/[email protected].4
with:
command: 'create_deployment'
archive: 'packages.zip'
Expand Down

0 comments on commit 243ab3d

Please sign in to comment.