Skip to content

Commit 5e60ff1

Browse files
[no ci] Fix nightly updates after AppImage Deprecation
1 parent c39d145 commit 5e60ff1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/branch_sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ jobs:
120120
shell: bash
121121
publish:
122122
needs: deploy
123-
if: needs.prepare.outputs.sync == 'true' && !failure() && !cancelled()
123+
# this should also run if linux packages fail, since we don't upload those anyway
124+
if: needs.prepare.outputs.sync == 'true' && !failure('macOS') && !cancelled()
124125
permissions: write-all
125126
runs-on: ubuntu-latest
126127
env:

0 commit comments

Comments
 (0)