Skip to content

Commit

Permalink
fix match
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Dec 24, 2022
1 parent 7f9513c commit ec6e976
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,14 @@ jobs:
- name: Publish ${{ matrix.files }} artifacts to github
uses: softprops/action-gh-release@v1
with:
files: "*.{rpm,deb,txz,zip,dmg,gz,txt}"
files: |
"*.rpm"
"*.deb"
"*.txz"
"*.zip"
"*.dmg"
"*.gz"
"*.txt"
archlinux-aur:
# description: creates and uploads and aur file to the golift/aur repo for arch linux.
Expand Down

0 comments on commit ec6e976

Please sign in to comment.