Skip to content

Commit

Permalink
Merge pull request #144 from Settlers4Modding/bug/gitworkflowfix
Browse files Browse the repository at this point in the history
Bug/gitworkflowfix
  • Loading branch information
XanatosX authored Jun 11, 2021
2 parents 1ce380a + 6349404 commit 26e7666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CreateReleaseBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Live build
on:
push:
tags:
- '*.*.*'
- 'v*.*.*'

jobs:
createBuild:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}-${{ GITHUB.RUN_NUMBER }}
tag_name: ${{ env.RELEASE_VERSION }}
release_name: Release - Version ${{ env.RELEASE_VERSION }}
body: Body goes here!
draft: true
Expand All @@ -166,4 +166,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/InstallerArtifact/setup-CommunityPatchLauncher-v${{ env.RELEASE_VERSION }}.exe
asset_name: setup-CommunityPatchLauncher-v${{ env.RELEASE_VERSION }}.exe
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

0 comments on commit 26e7666

Please sign in to comment.