We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3b77b commit c95e819Copy full SHA for c95e819
1 file changed
.github/workflows/ci.yml
@@ -157,7 +157,7 @@ jobs:
157
name: ${{ github.ref_name }}
158
tag_name: release-${{ github.ref_name }}
159
fail_on_unmatched_files: false
160
- target_commitish: ${{ github.ref_name }}
+ target_commitish: ${{ github.sha }}
161
files: |
162
artifacts/BeamAdapter_*_Linux.zip
163
artifacts/BeamAdapter_*_Windows.zip
0 commit comments