Skip to content

Commit

Permalink
fix Actions
Browse files Browse the repository at this point in the history
MSVC version
MacOS project file name
  • Loading branch information
EtlamGit committed Oct 6, 2024
1 parent 2a3b00d commit 5efe048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-qt-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Deploy Qt (macOS)
working-directory: ../build
run: |
macdeployqt ${{ env.project }}.dmg -codesign=- -dmg
macdeployqt ${{ env.project }}.app -codesign=- -dmg
- name: Archive build result
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp-qt-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: windows-5.15
os: windows-latest
qt: '5.15.2'
msvc_toolset: '14.39'
msvc_toolset: '14.31'
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 5efe048

Please sign in to comment.