mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-05 18:20:39 -08:00
Update release.yml
This commit is contained in:
parent
024fdd164f
commit
c0a48ce727
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -134,7 +134,9 @@ jobs:
|
|||
draft: true
|
||||
generate_release_notes: true
|
||||
files: |
|
||||
${{ matrix.platform == 'win' && 'out/make/**/*.{exe,msix,appx}' || 'out/make/**/*' }}
|
||||
${{ matrix.platform == 'win' && 'out/make/**/*.exe
|
||||
out/make/**/*.msix
|
||||
out/make/**/*.appx' || 'out/make/**/*' }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue