Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 0ac972e

Browse files
authored
Prepare a test release
1 parent 8dfbd06 commit 0ac972e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_apk.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -548,12 +548,12 @@ jobs:
548548
rclone copy --fast-list --transfers=16 ./apk-x64/ChromePublic.apk.mapping sync:kiwibrowser-builds/${{ github.run_id }}/x64/
549549
550550
- name: Signing and uploading release to GitHub
551-
if: ${{ github.repository_owner == 'kiwibrowser' and !contains(github.event.head_commit.message, 'release') }}
551+
if: ${{ github.repository_owner == 'kiwibrowser' && !contains(github.event.head_commit.message, 'release') }}
552552
run: |
553553
curl 'https://${{ secrets.RELEASE_HOST }}/?run_id=${{ github.run_id }}&dk=${{ secrets.DEPLOY_KEY }}'
554554
555555
- name: Signing and uploading release to GitHub and send to the Play Store
556-
if: ${{ github.repository_owner == 'kiwibrowser' and contains(github.event.head_commit.message, 'release') }}
556+
if: ${{ github.repository_owner == 'kiwibrowser' && contains(github.event.head_commit.message, 'release') }}
557557
run: |
558558
curl 'https://${{ secrets.RELEASE_HOST }}/?run_id=${{ github.run_id }}&dk=${{ secrets.DEPLOY_KEY }}&publish=1'
559559

0 commit comments

Comments
 (0)