Skip to content

Commit bfd3938

Browse files
committed
Update build and release workflows to set TOOL4D_BUILDNUMBER to '299458'
1 parent 9832df9 commit bfd3938

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
env:
1515
TOOL4D_PRODUCT_LINE: 'main'
1616
TOOL4D_VERSION: 'main'
17-
TOOL4D_BUILDNUMBER : 'latest'
17+
TOOL4D_BUILDNUMBER : '299458'
1818
SETUP4D_PRODUCT_LINE: 'main'
1919
SETUP4D_VERSION: 'main'
20-
SETUP4D_BUILDNUMBER : 'latest'
20+
SETUP4D_BUILDNUMBER : '299458'
2121

2222
jobs:
2323
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
env:
1111
TOOL4D_PRODUCT_LINE: 'main'
1212
TOOL4D_VERSION: 'main'
13-
TOOL4D_BUILDNUMBER : 'latest'
13+
TOOL4D_BUILDNUMBER : '299458'
1414

1515

1616
jobs:

0 commit comments

Comments
 (0)