Skip to content

Commit

Permalink
Fix tag release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Mar 28, 2024
1 parent 688da60 commit 03b05d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
name: ${{ github.ref_name }}
tag_name: release-${{ github.ref_name }}
fail_on_unmatched_files: false
target_commitish: ${{ github.ref_name }}
target_commitish: ${{ github.sha }}
files: |
artifacts/ModelOrderReduction_*_Linux.zip
artifacts/ModelOrderReduction_*_Windows.zip
Expand Down

0 comments on commit 03b05d5

Please sign in to comment.