ミラー元
https://github.com/therootcompany/pathman.git
前回の同期 2024-11-16 17:09:01 +00:00
fix(build): add missing .gz to windows tar
このコミットが含まれているのは:
コミット
81b2207b81
@ -17,7 +17,7 @@ function fn_package() {
|
|||||||
tinygo build -no-debug -o "${my_bin}"
|
tinygo build -no-debug -o "${my_bin}"
|
||||||
#strip "${my_bin}" || true
|
#strip "${my_bin}" || true
|
||||||
|
|
||||||
tar cvzf "$my_bin.tar" "$my_bin"
|
tar cvzf "$my_bin.tar.gz" "$my_bin"
|
||||||
Compress-Archive "$my_bin" "$my_bin.zip"
|
Compress-Archive "$my_bin" "$my_bin.zip"
|
||||||
|
|
||||||
Write-Output "$my_bin.zip"
|
Write-Output "$my_bin.zip"
|
||||||
|
|||||||
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする