Skip to content

Commit

Permalink
aupdate glob to look recursively for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jul 11, 2023
1 parent 0194cdf commit 046cf9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ jobs:
name: GitHub Desktop for Linux ${{ env.RELEASE_TAG_WITHOUT_PREFIX }}
body_path: script/release_notes.txt
files: |
artifacts/*.AppImage
artifacts/*.deb
artifacts/*.rpm
artifacts/**/*.AppImage
artifacts/**/*.deb
artifacts/**/*.rpm
draft: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 046cf9a

Please sign in to comment.