ci(snap): fix log output command for snapcraft remote-build

This commit is contained in:
Jon Seager 2025-01-13 08:12:46 +00:00
parent cadeb33ea7
commit b04aa23b22
No known key found for this signature in database

View file

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