Skip to content

Commit fff2764

Browse files
committed
test workflow
1 parent 90caadc commit fff2764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
is_latest: ${{ steps.cache-version.outputs.cache-hit }}
1818
strategy:
1919
matrix:
20-
build_arch: ['arm64_ipk']
20+
build_arch: ['arm64_ipk',"arm64_apk"]
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Install packages
@@ -158,7 +158,7 @@ jobs:
158158
159159
- name: Create GitHub Release
160160
uses: softprops/action-gh-release@v2
161-
if: ${{ needs.job_build_qmodem.outputs.is_latest == 'true' }}
161+
if: ${{ needs.job_build_qmodem.outputs.is_latest == 'false' }}
162162
with:
163163
tag_name: ${{ needs.job_build_qmodem.outputs.git_tag }}
164164
prerelease: true

0 commit comments

Comments
 (0)