We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90caadc commit fff2764Copy full SHA for fff2764
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
is_latest: ${{ steps.cache-version.outputs.cache-hit }}
18
strategy:
19
matrix:
20
- build_arch: ['arm64_ipk']
+ build_arch: ['arm64_ipk',"arm64_apk"]
21
runs-on: ubuntu-latest
22
steps:
23
- name: Install packages
@@ -158,7 +158,7 @@ jobs:
158
159
- name: Create GitHub Release
160
uses: softprops/action-gh-release@v2
161
- if: ${{ needs.job_build_qmodem.outputs.is_latest == 'true' }}
+ if: ${{ needs.job_build_qmodem.outputs.is_latest == 'false' }}
162
with:
163
tag_name: ${{ needs.job_build_qmodem.outputs.git_tag }}
164
prerelease: true
0 commit comments