From: Shuanglei Tao Date: Wed, 28 Aug 2019 15:27:37 +0000 (+0800) Subject: github: update release workflow X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=43c5aedd356dada21c7896ff3d6efc427d9e27df;p=ttyd.git github: update release workflow --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 728c7c1..d2c21c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}