From 340fce80984cdb10c65b94d67a74b46aa24ba377 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 18 Jan 2024 00:19:51 +0800 Subject: [PATCH] .. --- .github/workflows/release.yml | 4 ++-- snap/snapcraft.yaml | 14 +++++--------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74159fda..d29af206 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: /usr/bin/aarch64-linux-gnu-gcc run: cargo build --release --locked --target ${{ matrix.target }} - - name: Build-snap + - name: Build snap if: matrix.target == 'x86_64-unknown-linux-gnu' uses: snapcore/action-build@v1 @@ -82,7 +82,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: draft: true - files: | + files: | yazi-${{ matrix.target }}.zip yazi*.snap generate_release_notes: true diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9a1880c9..a1e0bcc3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,21 +1,17 @@ name: yazi base: core22 adopt-info: yazi -summary: Blazing fast terminal file manager +summary: Blazing fast terminal file manager written in Rust, based on async I/O. description: | - Yazi, which means "duck", is a terminal file manager written in Rust, based on non-blocking async I/O. - It aims to provide an efficient, user-friendly, and customizable file management experience. + Yazi is a terminal file manager written in Rust, based on non-blocking async I/O. + It aims to provide an efficient, user-friendly, and customizable file management experience. license: MIT - grade: stable confinement: classic architectures: - - build-on: amd64 - build-for: amd64 -# - build-on: amd64 -# build-for: arm64 - + - amd64 + # - arm64 apps: yazi: