mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
✨ 更新编译
This commit is contained in:
parent
8147cd26dc
commit
4abd3803a3
32
.github/workflows/latest.yml
vendored
32
.github/workflows/latest.yml
vendored
@ -45,34 +45,8 @@ 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: Upload Build Artifact Linux x64
|
- name: Upload Build Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: zerobot-plugin-linux-x64
|
name: zerobot-plugin-all.zip
|
||||||
path: ./artifacts/zerobot-plugin-linux-x64
|
path: ./artifacts/zerobot-plugin-*
|
||||||
- name: Upload Build Artifact Linux x86
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: zerobot-plugin-linux-x86
|
|
||||||
path: ./artifacts/zerobot-plugin-linux-x86
|
|
||||||
- name: Upload Build Artifact Windows x64
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: zerobot-plugin-windows-x64.exe
|
|
||||||
path: ./artifacts/zerobot-plugin-windows-x64.exe
|
|
||||||
- name: Upload Build Artifact Windows x86
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: zerobot-plugin-windows-x86.exe
|
|
||||||
path: ./artifacts/zerobot-plugin-windows-x86.exe
|
|
||||||
- name: Upload Build Artifact Linux arm64
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: zerobot-plugin-linux-arm64
|
|
||||||
path: ./artifacts/zerobot-plugin-linux-arm64
|
|
||||||
- name: Upload Build Artifact Linux armv6
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: zerobot-plugin-linux-armv6
|
|
||||||
path: ./artifacts/zerobot-plugin-linux-armv6
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user