Skip to content

Commit

Permalink
Update build-ndk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kodenamekrak authored Apr 8, 2024
1 parent cd8eb28 commit 88428f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-ndk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ jobs:
uses: Fernthedev/qpm-action@v1
with:
workflow_token: ${{ secrets.GITHUB_TOKEN }}
qpm_version: ref@v1
qpm_version: ef3be42@v1
restore: true
cache: true
publish: false
- name: Setup qpm for release
if: startsWith(github.ref, 'refs/tags/v')
uses: Fernthedev/qpm-action@main
uses: Fernthedev/qpm-action@v1
with:
workflow_token: ${{ secrets.GITHUB_TOKEN }}
qpm_version: ref@v1
qpm_version: ef3be42@v1
restore: true
cache: true
publish: false
Expand Down

0 comments on commit 88428f8

Please sign in to comment.