chore(actions): fix

This commit is contained in:
omo50
2026-03-13 20:39:49 -06:00
parent 79528ea21c
commit be38ff8834

View File

@@ -23,15 +23,15 @@ jobs:
curl -L \
$(curl -s https://api.github.com/repos/ComunidadAylas/PackSquash/releases/latest \
| grep "browser_download_url" \
| grep "x86_64-unknown-linux-musl" \
| grep "x86_64" \
| cut -d '"' -f 4) \
-o /tmp/packsquash
chmod +x /tmp/packsquash
-o /tmp/packsquash.AppImage
chmod +x /tmp/packsquash.AppImage
cat > /tmp/options.toml << EOF
pack_directory = '$dir'
output_file_path = '$pack.zip'
EOF
/tmp/packsquash /tmp/options.toml
/tmp/packsquash.AppImage --appimage-extract-and-run /tmp/options.toml
- name: Upload
uses: https://code.forgejo.org/actions/upload-artifact@v3