Skip to content

Commit

Permalink
Spacer_NET releases now don't start with "Gothic2"
Browse files Browse the repository at this point in the history
People were confused and thought that this build was meant for regular G2.
  • Loading branch information
kirides authored Jan 5, 2022
1 parent f1397d9 commit 8012b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_spacer-net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set tag and directory name env
run: |
$tagName = $Env:GITHUB_REF -replace 'refs/tags/', ''
$dirName = "Gothic2-GD3D11-${tagName}_SpacerNET"
$dirName = "SpacerNET-GD3D11-${tagName}"
echo "Tag: ${tagName}"
echo "Directory: ${dirName}"
echo "RELEASE_VERSION=${tagName}" >> $Env:GITHUB_ENV
Expand Down

0 comments on commit 8012b41

Please sign in to comment.