Skip to content

Commit ae55245

Browse files
author
oocube
committed
rename builds
1 parent 1ecc6d4 commit ae55245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
repo_token: "${{ secrets.GITHUB_TOKEN }}"
210210
automatic_release_tag: "v${{ needs.semver.outputs.GITVERSION_SEMVER }}"
211211
prerelease: true
212-
title: "Oolite Debug Console v${{ needs.semver.outputs.GITVERSION_SEMVER }}"
212+
title: "Debug Console v${{ needs.semver.outputs.GITVERSION_SEMVER }}"
213213
files: |
214214
artifacts/Oolite-Debug-Console-Ubuntu/*.tgz
215215
artifacts/Oolite-Debug-Console-Windows/*.zip
@@ -235,7 +235,7 @@ jobs:
235235
repo_token: "${{ secrets.GITHUB_TOKEN }}"
236236
automatic_release_tag: "v${{ needs.semver.outputs.GITVERSION_SEMVER }}"
237237
prerelease: false
238-
title: "Oolite Debug Console v${{ needs.semver.outputs.GITVERSION_SEMVER }}"
238+
title: "Debug Console v${{ needs.semver.outputs.GITVERSION_SEMVER }}"
239239
files: |
240240
artifacts/Oolite-Debug-Console-Ubuntu/*.tgz
241241
artifacts/Oolite-Debug-Console-Windows/*.zip

0 commit comments

Comments
 (0)