fix build issues

This commit is contained in:
Skyler Lehmkuhl 2026-06-02 13:52:32 -04:00
parent 37f4abd1f5
commit 2a0c7da5ea
1 changed files with 2 additions and 1 deletions

View File

@ -210,7 +210,8 @@ jobs:
shell: bash
run: |
cd lightningbeam-ui
cargo generate-rpm -p lightningbeam-editor
RPM_VERSION=$(grep '^version' lightningbeam-editor/Cargo.toml | sed 's/.*"\(.*\)"/\1/' | tr '-' '~')
cargo generate-rpm -p lightningbeam-editor --set-metadata="version = \"$RPM_VERSION\""
- name: Build AppImage
if: matrix.platform == 'ubuntu-24.04'