1
0
Fork 0
mirror of synced 2024-06-18 02:15:30 +12:00
This commit is contained in:
Rafał Mikrut 2022-06-08 20:59:07 +02:00
parent a92cd1657c
commit 84fe6935b6
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
name: czkawka # you probably want to 'snapcraft register <name>'
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: |