diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index aeaca2c..80bc983 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -74,6 +74,7 @@ jobs: Create_release: needs: TestAndBuild runs-on: ubuntu-latest + if: startsWith(github.event.ref, 'refs/tags/v') steps: - name: Download artifact binary uses: actions/download-artifact@v2