diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index c98b2f3..9b4c0f1 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -47,7 +47,7 @@ jobs: - name: Release uses: ncipollo/release-action@v1 - if: "github.event_name == 'push' && startsWith('github.ref', 'refs/tags')" + if: github.event_name == 'push' && github.ret_type == 'tag' with: artifacts: "run_server.exe,run_client.exe" artifactErrorsFailBuild: true