This commit is contained in:
sxyazi 2024-01-18 00:19:51 +08:00
parent 8e8155856e
commit 340fce8098
No known key found for this signature in database
2 changed files with 7 additions and 11 deletions

View file

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

View file

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