diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index fa9334d4..f898a531 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -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-* \ No newline at end of file