There was an error while loading. Please reload this page.
1 parent 07cb6e1 commit fd346cbCopy full SHA for fd346cb
1 file changed
.github/workflows/release.yml
@@ -101,6 +101,7 @@ jobs:
101
build_script: build:mac
102
build_args: --x64
103
artifact_name: desktop-macos-x64
104
+ exclude_latest_yml: true
105
defaults:
106
run:
107
working-directory: desktop
@@ -150,7 +151,7 @@ jobs:
150
151
desktop/dist/*.rpm
152
desktop/dist/*.dmg
153
desktop/dist/*-mac.zip
- desktop/dist/latest*.yml
154
+ ${{ matrix.exclude_latest_yml != true && 'desktop/dist/latest*.yml' || '' }}
155
if-no-files-found: error
156
157
create-release:
0 commit comments