From 735fce25955b0ea22713c32212b940d132bd132d Mon Sep 17 00:00:00 2001 From: mcarans Date: Sun, 19 Jul 2026 19:18:25 +1200 Subject: [PATCH] Fix release tag attachment to commit --- .github/workflows/build-all.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-all.yaml b/.github/workflows/build-all.yaml index 4d1d012fa..3a79ac3ef 100644 --- a/.github/workflows/build-all.yaml +++ b/.github/workflows/build-all.yaml @@ -226,6 +226,7 @@ jobs: name: "Oolite ${{ steps.version.outputs.VER_FULL }}" tag_name: "${{ steps.version.outputs.VER_FULL }}" prerelease: true + target_commitish: ${{ github.event.pull_request.head.sha || github.sha }} files: | artifacts/oolite-windows-nsis-deployment/OoliteInstall-*.exe artifacts/oolite-windows-nsis-test/OoliteInstall-*.exe