Skip to content

Commit

Permalink
deprecate appimage, ignore error for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Dec 20, 2024
1 parent bc03bd2 commit c844457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: needs.prepare.outputs.sync == 'true' && !failure() && !cancelled()
needs:
- prepare
- linux-AppImage
# - linux-AppImage # Deprecated now fails partially
- macOS
- linux-pkg
runs-on: ubuntu-latest
Expand Down

0 comments on commit c844457

Please sign in to comment.