👷 监控客户端自动化构建
This commit is contained in:
parent
3fe458db69
commit
68ea2db18e
8
.github/workflows/client-builder.yml
vendored
8
.github/workflows/client-builder.yml
vendored
@ -41,14 +41,18 @@ jobs:
|
||||
run: npm run pkglinux:arm64
|
||||
working-directory: client
|
||||
|
||||
- name: Set tag name
|
||||
id: tag_name
|
||||
run: echo "TAG_NAME=client-$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
tag_name: ${{ env.TAG_NAME }}
|
||||
release_name: ${{ env.TAG_NAME }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user