github: update release workflow

This commit is contained in:
Shuanglei Tao
2019-08-28 23:27:37 +08:00
parent da2406a4f3
commit 43c5aedd35

View File

@@ -13,4 +13,7 @@ jobs:
- name: build release archive
run: |
docker run --rm -v $(pwd):/ttyd -w /ttyd -e TTYD_VERSION=$GITHUB_SHA tsl0922/musl-cross ./scripts/cross-build.sh
ls -l bin
- uses: ncipollo/release-action@v1
with:
artifact: "bin/*"
token: ${{ secrets.GITHUB_TOKEN }}