diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c0a6486..3e5c17f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -155,14 +155,14 @@ jobs: env: CARGO_INCREMENTAL: 0 RUSTFLAGS: "-C debuginfo=0" - if: ${{ matrix.type == 'release'}} and ${{ matrix.toolchain == '1.60.0' }} + if: ${{ (matrix.type == 'release') && (matrix.toolchain == '1.60.0') }} - name: Build GUI Release run: cargo build --release --bin czkawka_gui --features heif env: CARGO_INCREMENTAL: 0 RUSTFLAGS: "-C debuginfo=0" - if: ${{ matrix.type == 'release'}} and ${{ matrix.toolchain == 'stable' }} + if: ${{ (matrix.type == 'release') && (matrix.toolchain == 'stable') }} - name: Store Linux GUI uses: actions/upload-artifact@v2 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 422da87..d524a94 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: czkawka # you probably want to 'snapcraft register ' -base: core20 # the base snap is the execution environment for this snap +base: core22 # the base snap is the execution environment for this snap version: '4.1.0' # just for humans, typically '1.2+git' or '1.3.2' summary: Czkawka - fast data cleaner written in Rust # 79 char long summary description: |