mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 06:20:08 +08:00
Update release.yml
This commit is contained in:
parent
7d5d74eb62
commit
4308d7637c
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -45,15 +45,6 @@ jobs:
|
|||||||
- name: Build armv6
|
- name: Build armv6
|
||||||
run: CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=6 go build -ldflags="-s -w" -o artifacts/zerobot-plugin-linux-armv6
|
run: CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=6 go build -ldflags="-s -w" -o artifacts/zerobot-plugin-linux-armv6
|
||||||
|
|
||||||
- name: Create Release
|
|
||||||
id: create_release
|
|
||||||
uses: actions/create-release@v1
|
|
||||||
with:
|
|
||||||
tag_name: ${{ github.ref }}
|
|
||||||
release_name: Release ${{ github.ref }}
|
|
||||||
draft: false
|
|
||||||
prerelease: false
|
|
||||||
|
|
||||||
- name: Upload Release Asset Linux x64
|
- name: Upload Release Asset Linux x64
|
||||||
id: upload-release-asset-lx64
|
id: upload-release-asset-lx64
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user