This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Commit 0ac972e 1 parent 8dfbd06 commit 0ac972e Copy full SHA for 0ac972e
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -548,12 +548,12 @@ jobs:
548
548
rclone copy --fast-list --transfers=16 ./apk-x64/ChromePublic.apk.mapping sync:kiwibrowser-builds/${{ github.run_id }}/x64/
549
549
550
550
- 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') }}
552
552
run : |
553
553
curl 'https://${{ secrets.RELEASE_HOST }}/?run_id=${{ github.run_id }}&dk=${{ secrets.DEPLOY_KEY }}'
554
554
555
555
- 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') }}
557
557
run : |
558
558
curl 'https://${{ secrets.RELEASE_HOST }}/?run_id=${{ github.run_id }}&dk=${{ secrets.DEPLOY_KEY }}&publish=1'
559
559
You can’t perform that action at this time.
0 commit comments