Skip to content

Commit 7d6480b

Browse files
authored
fix: match releasebranch artifact name with filename (#313)
1 parent f9568b7 commit 7d6480b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- uses: actions/upload-artifact@v5
6868
with:
69-
name: releasebranch
69+
name: releasebranch.txt
7070
path: releasebranch.txt
7171

7272
- name: Create GitHub release tag

0 commit comments

Comments
 (0)