Skip to content

Commit

Permalink
No need for directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher authored Aug 22, 2024
1 parent a288237 commit 7dbba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ steps.release.outputs.tag_name }} ./output/**/*
run: gh release upload ${{ steps.release.outputs.tag_name }} ./output/*

0 comments on commit 7dbba80

Please sign in to comment.