Skip to content

Commit

Permalink
Specify commit hash when downloading release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Aug 14, 2023
1 parent 8529119 commit 441ba83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
github_token: ${{secrets.GITHUB_TOKEN}}
branch: main
commit: ${{ github.sha }}
workflow: dotnet.yml
workflow_conclusion: success
if_no_artifact_found: fail
Expand Down

0 comments on commit 441ba83

Please sign in to comment.