update workflow

This commit is contained in:
uncor3
2025-09-13 15:12:01 +00:00
parent 51a6b07d33
commit a8a074f606
+4 -3
View File
@@ -38,6 +38,7 @@ jobs:
automake \
checkinstall \
git \
golang-go \
pkg-config \
libpugixml-dev \
libusb-1.0-0-dev \
@@ -160,14 +161,14 @@ jobs:
- name: Build AppImage
if: runner.os == 'Linux'
working-directory: ./build
run: |
# export VERSION=$(git rev-parse --short HEAD)
export VERSION=1.0.0
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/build/src/lib/ipatool-go
./linuxdeployqt-continuous-x86_64.AppImage build/iDescriptor -appimage
../linuxdeployqt-continuous-x86_64.AppImage iDescriptor -appimage
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: iDescriptor-AppImage
path: iDescriptor-*.AppImage
path: build/iDescriptor-