Skip to content

Commit 72d0733

Browse files
committed
fixup! ci: Fix workflow syntax (4)
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
1 parent 8d99708 commit 72d0733

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
@@ -38,7 +38,7 @@ jobs:
3838
git archive
3939
--prefix="${release_id}/"
4040
--output="${release_id}.tar.gz"
41-
"${release_version}"
41+
"${release_tag}"
4242
4343
- name: Deliver build products to GitHub Releases
4444
uses: softprops/[email protected]

0 commit comments

Comments
 (0)