Skip to content

Commit

Permalink
bug: list the Artifacts in release
Browse files Browse the repository at this point in the history
  • Loading branch information
altunenes committed Apr 14, 2024
1 parent 7525d83 commit ab89ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1097,9 +1097,9 @@ jobs:
printenv
- name: Create Release
uses: ncipollo/release-action@v1
uses: ncipollo/release-action@v1.14.0
with:
artifacts: "downloaded-artifacts/*.zip"
artifacts: "downloaded-artifacts/*/*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
owner: altunenes
Expand Down

0 comments on commit ab89ffe

Please sign in to comment.