mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-26 21:44:24 +01:00
github: update release workflow
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user