]> prime8.dev >> repos - ttyd.git/commitdiff
github: update release workflow
authorShuanglei Tao <tsl0922@gmail.com>
Wed, 28 Aug 2019 15:27:37 +0000 (23:27 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Wed, 28 Aug 2019 15:29:13 +0000 (23:29 +0800)
.github/workflows/release.yml

index 728c7c13a077de83703e29564004d3014f4b5834..d2c21c522573e124875241803d8c1feebfa27c7c 100644 (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 }}