We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc330e7 commit 402644bCopy full SHA for 402644b
1 file changed
.github/workflows/build-all.yaml
@@ -226,6 +226,7 @@ jobs:
226
name: "Oolite ${{ steps.version.outputs.VER_FULL }}"
227
tag_name: "${{ steps.version.outputs.VER_FULL }}"
228
prerelease: true
229
+ target_commitish: ${{ github.event.pull_request.head.sha || github.sha }}
230
files: |
231
artifacts/oolite-windows-nsis-deployment/OoliteInstall-*.exe
232
artifacts/oolite-windows-nsis-test/OoliteInstall-*.exe
0 commit comments