Skip to content

Commit

Permalink
Some more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
erskingardner committed Jan 6, 2025
1 parent df9f8e3 commit 7e548bf
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,14 @@ jobs:
if: ${{ !matrix.android }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SIGN: ${{ matrix.platform == 'ubuntu-22.04' }}
SIGN_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
APPIMAGETOOL_SIGN_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
LDAI_SIGN: false # Disable signing temporarily to test build
# LDAI_SIGN: ${{ matrix.platform == 'ubuntu-22.04' }}
# LDAI_SIGN_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
# LDAI_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
# Remove old env vars
# SIGN: false
# SIGN_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
# APPIMAGETOOL_SIGN_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
APPIMAGETOOL_FORCE_SIGN: 0
RUST_BACKTRACE: 1
TAURI_BUILD_DEBUG: true
Expand All @@ -148,7 +153,7 @@ jobs:
ls -la src-tauri/target/release/bundle/appimage/
echo "Build script contents:"
cat src-tauri/target/release/bundle/appimage/build_appimage.sh
cat src-tauri/target/release/bundle/appimage/build_appimage.sh || echo "Build script not found"
echo "AppImage tool version:"
if [ -f /usr/local/bin/appimagetool ]; then
Expand Down

0 comments on commit 7e548bf

Please sign in to comment.