1
0
mirror of https://github.com/Luzifer/wasm-openssl.git synced 2024-09-18 23:42:57 +00:00

Add "publish" target

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-06-13 16:24:14 +02:00
parent 5ea2270568
commit 84148a12a3
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -7,3 +7,7 @@ build_golang:
GOOS=js GOARCH=wasm go build \
-o example/openssl.wasm \
main.go
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh