Skip to content

Commit

Permalink
ci: Fix workflow syntax (3)
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 a3bb4b1 commit 8d99708
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 @@ -37,7 +37,7 @@ jobs:
run: >-
git archive
--prefix="${release_id}/"
--ouptut="${release_id}.tar.gz"
--output="${release_id}.tar.gz"
"${release_version}"
- name: Deliver build products to GitHub Releases
Expand Down

0 comments on commit 8d99708

Please sign in to comment.