Skip to content

Commit fd346cb

Browse files
committed
release v1.1.2
1 parent 07cb6e1 commit fd346cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
build_script: build:mac
102102
build_args: --x64
103103
artifact_name: desktop-macos-x64
104+
exclude_latest_yml: true
104105
defaults:
105106
run:
106107
working-directory: desktop
@@ -150,7 +151,7 @@ jobs:
150151
desktop/dist/*.rpm
151152
desktop/dist/*.dmg
152153
desktop/dist/*-mac.zip
153-
desktop/dist/latest*.yml
154+
${{ matrix.exclude_latest_yml != true && 'desktop/dist/latest*.yml' || '' }}
154155
if-no-files-found: error
155156

156157
create-release:

0 commit comments

Comments
 (0)