diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 4314c31..5f5cea5 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -163,12 +163,13 @@ jobs: - name: Stage AppRun and linuxdeploy for AppImage bundler run: | - set -e + set -ex mkdir -p ~/.cache/tauri + ls tools/ cp tools/AppRun-x86_64 ~/.cache/tauri/AppRun-x86_64 chmod +x ~/.cache/tauri/AppRun-x86_64 - wget -q \ + wget \ "https://github.com/tauri-apps/binary-releases/releases/download/linuxdeploy/linuxdeploy-x86_64.AppImage" \ -O /tmp/linuxdeploy.AppImage