Skip to content

Commit

Permalink
fixup! ci: Fix workflow syntax (4)
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Apr 27, 2022
1 parent 8d99708 commit 72d0733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git archive
--prefix="${release_id}/"
--output="${release_id}.tar.gz"
"${release_version}"
"${release_tag}"
- name: Deliver build products to GitHub Releases
uses: softprops/[email protected]
Expand Down

0 comments on commit 72d0733

Please sign in to comment.