Skip to content

Commit

Permalink
hard-code filename for testing, no wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Oct 17, 2024
1 parent 11e974b commit e31b2e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ jobs:
with:
body_path: ${{ env.outputDir }}\\test-orch-mh_*.zip
repository: keyfactor/test-orch-mh
files: ${{ env.outputDir }}\\test-orch-mh_*.zip
files: |
${{ env.outputDir }}\\test-orch-mh_net6.0.zip
${{ env.outputDir }}\\test-orch-mh_net8.0.zip
append_body: true
tag_name: ${{ inputs.release_version }}
token: ${{ secrets.token }}
Expand Down

0 comments on commit e31b2e0

Please sign in to comment.