Skip to content

Commit

Permalink
Attempt to get artifacts in sub directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Jul 4, 2021
1 parent 0efa6d3 commit 0c115ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-uinput.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- uses: ncipollo/release-action@v1
with:
artifacts: "${{ github.workspace }}/*"
artifacts: "${{ github.workspace }}/**/*"
tag: release-${{ steps.date.outputs.date }}
commit: ${{ github.sha }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0c115ac

Please sign in to comment.