Skip to content

Commit a5b6d41

Browse files
maybe fixed
1 parent 9837bb0 commit a5b6d41

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@ jobs:
5454
clang++ watcher_macos.cpp -o watcher_unix -O2
5555
cmake . -GNinja
5656
cmake --build . --parallel $(nproc)
57-
ls
5857
# tag 打包
5958
- name: package
6059
run: |
6160
# 拷贝依赖
62-
ls -al
61+
mv ${targetName} ${targetName}.app
6362
macdeployqt ${targetName}.app -qmldir=. -verbose=1 -dmg
6463
- name: uploadRelease
6564
if: startsWith(github.event.ref, 'refs/tags/')

.github/workflows/windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
cmake . -GNinja
8181
cmake --build . --parallel $(nproc)
8282
- name: package
83-
if: startsWith(github.event.ref, 'refs/tags/')
8483
env:
8584
archiveName: lemon.${{ steps.get_version.outputs.VERSION }}.Windows-${{ matrix.arch }}
8685
shell: pwsh

0 commit comments

Comments
 (0)