diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38ab4a7..745c49e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: run: bash ./.github/auto_build.sh - name: 'release assets' - if: startsWith( github.ref, 'refs/tags/v') + if: startsWith( github.ref, 'refs/tags/releases/') uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }}