We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9837bb0 commit a5b6d41Copy full SHA for a5b6d41
.github/workflows/macos.yml
@@ -54,12 +54,11 @@ jobs:
54
clang++ watcher_macos.cpp -o watcher_unix -O2
55
cmake . -GNinja
56
cmake --build . --parallel $(nproc)
57
- ls
58
# tag 打包
59
- name: package
60
run: |
61
# 拷贝依赖
62
- ls -al
+ mv ${targetName} ${targetName}.app
63
macdeployqt ${targetName}.app -qmldir=. -verbose=1 -dmg
64
- name: uploadRelease
65
if: startsWith(github.event.ref, 'refs/tags/')
.github/workflows/windows.yml
@@ -80,7 +80,6 @@ jobs:
80
81
82
83
- if: startsWith(github.event.ref, 'refs/tags/')
84
env:
85
archiveName: lemon.${{ steps.get_version.outputs.VERSION }}.Windows-${{ matrix.arch }}
86
shell: pwsh
0 commit comments