From 474c6ad95f4cd645ce60659df98d2228a147f404 Mon Sep 17 00:00:00 2001 From: ZephZae <116720216+thezephyrsong@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:35:13 +1000 Subject: [PATCH] Modify release workflow to trigger on published releases --- .github/workflows/release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 }}