From 4527f12972d208f58bb2b736fe27117d6aea1e3a Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sun, 1 Sep 2024 16:24:42 +0200 Subject: [PATCH] test: specifying multiple files for release --- .github/workflows/publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 25e1491..186a343 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,8 +28,7 @@ jobs: go-version: "${{ env.GO_VERSION }}" - name: Install dependencies - run: | - go get . + run: go get . - name: Build project run: go build -o build/ -v ./... @@ -52,7 +51,7 @@ jobs: uses: actions/download-artifact@v4 with: name: ProxySwitcher - path: '${{ github.workspace }}/artifacts/' + path: artifacts/ - name: Create release env: @@ -60,4 +59,4 @@ jobs: run: | gh release create "${{ github.ref_name }}" \ --title "Release ${{ github.ref_name }}" \ - '${{ github.workspace }}/artifacts/' + artifacts/*