Skip to content

Commit fdf6bba

Browse files
committed
Fix release asset upload condition
1 parent b75fecf commit fdf6bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ jobs:
191191
192192
- name: Upload Release Assets
193193
uses: softprops/action-gh-release@v2
194-
if: "startsWith(github.ref, 'refs/tags/')"
195194
with:
195+
tag_name: ${{ needs.create_release.outputs.tag_name }}
196196
files: output/*
197197
env:
198198
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)