diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24f41fb..3a6a57a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,6 @@ name: Build and Release on: - push: - tags: - - 'v*' release: types: [published] @@ -71,9 +68,9 @@ jobs: name: build-logs path: build/ - - name: Create GitHub Release and Upload Artifacts + - name: Upload Artifacts to Release uses: softprops/action-gh-release@v2 with: - files: build/GitAddonsManager_Setup.exe # Path to where CPack spits out the installer + files: build/GitAddonsManager_Setup.exe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}