Skip to content

Commit

Permalink
Use all release artifacts including rpm for Github release
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny-rentner authored and github-actions committed Jan 12, 2023
1 parent 8381c9d commit ae8bae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
name: ${{ github.event.repository.name }}-${{ steps.date.outputs.date }}
artifacts: "releases/*.tgz,releases/*.deb"
artifacts: "releases/*"
tag: nightly-${{ steps.date.outputs.date }}
prerelease: false
omitBody: true
Expand Down

0 comments on commit ae8bae3

Please sign in to comment.