Skip to content

Commit

Permalink
add correct file path
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesgregory committed Jan 5, 2022
1 parent 3b9eb2a commit a0a7c5b
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 @@ -19,6 +19,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{ steps.extract.outputs.destination }}
files: ${{ steps.extract.outputs.destination }}/test
generate_release_notes: true
draft: true

0 comments on commit a0a7c5b

Please sign in to comment.