From 805d2fc927cb41054605b5a5bf2057c6b613b611 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sun, 1 Sep 2024 15:16:37 +0200 Subject: [PATCH] remove test for artifact upload --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd226c9..85f5ecf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,11 +34,6 @@ jobs: - name: Build project run: go build -o build/ -v ./... - - name: Upload artifact - uses: actions/upload-artifact@v4 - with: - path: build/ProxySwitcher.exe - - name: Create release id: create_release uses: actions/create-release@v1