mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
update workflow
This commit is contained in:
@@ -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-
|
||||
|
||||
Reference in New Issue
Block a user