Skip to content

Commit

Permalink
fix(cicd-appimage): disable until it is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
panpuchkov committed Aug 17, 2023
1 parent 4397b4f commit ce21e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Linux-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
appimage-pack:
name: Build appimage on ${{ matrix.config.name }}
if: ${{ env.APPIMAGE_PACK_ENABLE != "false" }}
if: env.APPIMAGE_PACK_ENABLE != "false"
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down

0 comments on commit ce21e99

Please sign in to comment.