Skip to content

Commit

Permalink
remove wildcard spaec from body_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Oct 17, 2024
1 parent e31b2e0 commit 3eb08ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
uses: softprops/action-gh-release@v2
if: success() && env.CREATE_RELEASE == 'True'
with:
body_path: ${{ env.outputDir }}\\test-orch-mh_*.zip
body_path: ${{ env.outputDir }}
repository: keyfactor/test-orch-mh
files: |
${{ env.outputDir }}\\test-orch-mh_net6.0.zip
Expand Down

0 comments on commit 3eb08ab

Please sign in to comment.