From 4308d7637ce504714d1c62d5b45296a24a57f3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 7 Aug 2021 11:07:01 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d9a8bbc..d6a1ec3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 - \ No newline at end of file +