Skip to content

Commit 8d99708

Browse files
committed
ci: Fix workflow syntax (3)
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
1 parent a3bb4b1 commit 8d99708

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
@@ -37,7 +37,7 @@ jobs:
3737
run: >-
3838
git archive
3939
--prefix="${release_id}/"
40-
--ouptut="${release_id}.tar.gz"
40+
--output="${release_id}.tar.gz"
4141
"${release_version}"
4242
4343
- name: Deliver build products to GitHub Releases

0 commit comments

Comments
 (0)