mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update main.yml
This commit is contained in:
parent
0e4bd0fdfb
commit
47fcd0c195
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
run: rm -rf build-linux;
|
||||
mkdir build-linux;
|
||||
cd build-linux;
|
||||
qmake CONFIG+=release PREFIX=/usr ../Serial-Studio.pro;
|
||||
qmake ../Serial-Studio.pro CONFIG+=release PREFIX=/usr ;
|
||||
make INSTALL_ROOT=appdir install;
|
||||
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" -O linuxdeployqt;
|
||||
chmod a+x linuxdeployqt;
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: SerialStudio-1.0.5-Linux.AppImage
|
||||
path: build-linux/SerialStudio-1.0.5-Linux.AppImage
|
||||
path: SerialStudio-1.0.5-Linux.AppImage
|
||||
|
||||
build-mac:
|
||||
runs-on: macos-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user