Skip to content

Commit

Permalink
swap autobuilder number
Browse files Browse the repository at this point in the history
  • Loading branch information
Rarisma authored Jun 15, 2022
1 parent eda6156 commit 6cc80b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutoBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Increase Version Number
run: |
$VersionRegex = "\d+\.\d+\.\d+\.\d+"
$BUILD_BUILDNUMBER = "2.0.14.${{ github.run_number }}"
$BUILD_BUILDNUMBER = "2.0.${{ github.run_number }}.0"
$ManifestVersionRegex = " Version=""\d+\.\d+\.\d+\.\d+"""
$ScriptPath = $null
try
Expand Down

0 comments on commit 6cc80b3

Please sign in to comment.