更新编译

This commit is contained in:
fumiama 2021-08-07 01:46:03 +08:00
parent 8147cd26dc
commit 4abd3803a3

View File

@ -45,34 +45,8 @@ 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: Upload Build Artifact Linux x64
- name: Upload Build Artifact
uses: actions/upload-artifact@v2
with:
name: zerobot-plugin-linux-x64
path: ./artifacts/zerobot-plugin-linux-x64
- 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
name: zerobot-plugin-all.zip
path: ./artifacts/zerobot-plugin-*