mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
Update release.yml
This commit is contained in:
parent
7d5d74eb62
commit
4308d7637c
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -45,15 +45,6 @@ jobs:
|
||||
- name: Build 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
|
||||
id: upload-release-asset-lx64
|
||||
uses: actions/upload-release-asset@v1
|
||||
@ -102,4 +93,4 @@ jobs:
|
||||
asset_path: ./artifacts/zerobot-plugin-linux-armv6
|
||||
asset_name: zerobot-plugin-linux-armv6
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user