Skip to content

Commit

Permalink
Fix linux appimage upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrePTJ committed May 9, 2023
1 parent 4676426 commit 1b69d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- os: ubuntu-latest
qt_tools: 'tools_opensslv3_src'
cmake_preset: 'release'
artifact_path: 'cmake-build-release/Kemai-*.AppImage'
artifact_path: 'Kemai-*.AppImage'
- os: macos-latest
cmake_preset: 'release-macos'
artifact_path: 'dist/Kemai-*.dmg'
Expand Down

0 comments on commit 1b69d84

Please sign in to comment.