Skip to content

Commit

Permalink
Adjust path for uploaded artifact in release pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmold committed Nov 9, 2023
1 parent f6fcb14 commit 0dbdadf
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 @@ -32,6 +32,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
artifacts/*
artifacts/*/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0dbdadf

Please sign in to comment.