[update] Updated Github Action script

This commit is contained in:
Leroy.H.Y 2019-12-28 09:53:44 +08:00
parent 915238350b
commit 14b06cc943
2 changed files with 6 additions and 16 deletions

View File

@ -26,7 +26,7 @@ jobs:
run: |
mkdir build
cd build
qmake ..
qmake .. CONFIG+=no_increase_build_number
mingw32-make -j2
- name: Copying DLLs to build output folders
shell: cmd
@ -69,7 +69,7 @@ jobs:
run: |
mkdir build
cd build
qmake ..
qmake .. CONFIG+=no_increase_build_number
make -j2
- name: Making release tarball
run: |
@ -113,17 +113,7 @@ jobs:
run: |
mkdir build
cd build
qmake -d .. > debug.out 2>&1
- name: Uploading debug log
uses: actions/upload-artifact@master
with:
name: qv2ray.linux.debug.out
path: build/debug.out
- name: Uploading debug Makefile
uses: actions/upload-artifact@master
with:
name: qv2ray.linux.makefile
path: build/Makefile
qmake .. CONFIG+=no_increase_build_number
- name: Building Qv2ray
run: |
cd build

View File

@ -28,7 +28,7 @@ jobs:
run: |
mkdir build
cd build
qmake ..
qmake .. CONFIG+=no_increase_build_number
mingw32-make -j2
- name: Copying DLLs to build output folders
shell: cmd
@ -79,7 +79,7 @@ jobs:
run: |
mkdir build
cd build
qmake ..
qmake .. CONFIG+=no_increase_build_number
make -j2
- name: Making release tarball
run: |
@ -131,7 +131,7 @@ jobs:
run: |
mkdir build
cd build
qmake ..
qmake .. CONFIG+=no_increase_build_number
make -j2
- name: Generating filesystem structure for AppImage
run: |