Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cgxxv committed Jun 2, 2024
1 parent 00769ab commit e99f634
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/qt-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
pull_request:
branches:
- main
release:
types: [published]
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -48,7 +46,7 @@ jobs:
cd ../..
ls -al build/${{ matrix.arch }}
- name: Package Application
- name: Application
run: |
cd build/${{ matrix.arch }}
os=$(echo "${{ matrix.os }}" | sed 's/-latest//')
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/qt-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ on:
pull_request:
branches:
- main
release:
types: [published]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
arch: [arm64, x86_64]
qt:
- version: 6.5.3
modules: qtwebengine qtwebchannel qtpositioning
Expand Down Expand Up @@ -49,7 +48,7 @@ jobs:
cd ..
ls -al build
- name: Package Application
- name: Application
env:
QT_VERSION: ${{ matrix.qt.version }}
CMAKE_PREFIX_PATH: ${{ env.Qt6_DIR }}/lib/cmake
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/qt-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
pull_request:
branches:
- main
release:
types: [published]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
os: [windows-latest]
arch: [arm64, x86_64]
qt:
- version: 6.5.3
modules: qtwebengine qtwebchannel qtpositioning
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
cd ..
Get-ChildItem build
- name: Package Application
- name: Application
shell: powershell
env:
QT_VERSION: ${{ matrix.qt.version }}
Expand Down

0 comments on commit e99f634

Please sign in to comment.