From 2fe65b20eae7271499e345b0060a540602bcfa12 Mon Sep 17 00:00:00 2001 From: ZephZae <116720216+thezephyrsong@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:24:04 +1000 Subject: [PATCH] Update artifact upload pattern in release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7966878..df0a81e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,6 +74,6 @@ jobs: - name: Upload Artifacts to Release uses: softprops/action-gh-release@v2 with: - files: build/GitAddonsManager_Setup.exe + files: build/GitAddonsManager_*.exe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}