debug: add set -ex and verbose wget to diagnose Stage step failure
The step exits in 1s with no output — need to see which command fails and whether github.com is reachable from the runner. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -163,12 +163,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Stage AppRun and linuxdeploy for AppImage bundler
|
- name: Stage AppRun and linuxdeploy for AppImage bundler
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -ex
|
||||||
mkdir -p ~/.cache/tauri
|
mkdir -p ~/.cache/tauri
|
||||||
|
ls tools/
|
||||||
cp tools/AppRun-x86_64 ~/.cache/tauri/AppRun-x86_64
|
cp tools/AppRun-x86_64 ~/.cache/tauri/AppRun-x86_64
|
||||||
chmod +x ~/.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" \
|
"https://github.com/tauri-apps/binary-releases/releases/download/linuxdeploy/linuxdeploy-x86_64.AppImage" \
|
||||||
-O /tmp/linuxdeploy.AppImage
|
-O /tmp/linuxdeploy.AppImage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user