mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
ci(snap): fix log output command for snapcraft remote-build
This commit is contained in:
parent
cadeb33ea7
commit
b04aa23b22
1 changed files with 1 additions and 1 deletions
2
.github/workflows/draft.yml
vendored
2
.github/workflows/draft.yml
vendored
|
|
@ -182,7 +182,7 @@ jobs:
|
||||||
snapcraft remote-build --launchpad-accept-public-upload
|
snapcraft remote-build --launchpad-accept-public-upload
|
||||||
|
|
||||||
# Output the build logs from the remote-build
|
# Output the build logs from the remote-build
|
||||||
cat snapcraft-${name}*${arch}*.txt || echo "Could not find build log"
|
cat snapcraft-yazi*.txt || echo "Could not find build log"
|
||||||
|
|
||||||
- name: Rename snap
|
- name: Rename snap
|
||||||
run: mv yazi_*.snap yazi-${{ matrix.target }}.snap
|
run: mv yazi_*.snap yazi-${{ matrix.target }}.snap
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue