action: fix the release action#20
Merged
Merged
Conversation
- Downgrade pnpm from version 10 to 9 - Remove explicit Rust target specification from toolchain setup - Add bash shell and pipefail error handling for Linux dependency installation - Reorganize Linux dependencies: separate GTK/GLib stack installation - Add APPIMAGE_EXTRACT_AND_RUN=1 environment variable for Linux builds - Remove --target flag and add --verbose flag to Linux Tauri build command
- Add workaround step to replace ldd with wrapper script that returns 0 for 'shield' binary - Move ldd binary to ldd.real and create wrapper that checks for /shield argument - Prevent linuxdeploy crashes when processing static/Bun binaries that cause ldd to return 1 - Split WebKit2GTK installation into separate named step with explicit shell and pipefail - Improve build reliability for Linux AppImage generation
- Add --target ${{ matrix.target }} flag to Linux build command for consistency with other platforms
- Ensure Linux builds use the correct target architecture from matrix configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's changed?
Checklist
Add or update API