Skip to content

Commit

Permalink
Fix release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
TBPLtd committed Aug 15, 2020
1 parent 98f1777 commit 57d03bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
- name: Check Build Variables
run: >
python Build\buildtest.py $env:CUSTOMER_CONFIG_FILE
"$env:CUSTOMER_FILE_NAME $env:XJDF_VERSION $env:VERSION"
"$env:CUSTOMER_FILE_NAME $env:VERSION"
"Release: $env:VERSION"
"Run-$env:GITHUB_RUN_NUMBER"
# Uses the remote self-host to build the ICS
- name: Build ICS Specification
run: >
python Build\specbuilder.py $env:CUSTOMER_CONFIG_FILE
"$env:CUSTOMER_FILE_NAME $env:XJDF_VERSION $env:VERSION"
"$env:CUSTOMER_FILE_NAME $env:VERSION"
"Release: $env:VERSION"
"Run-$env:GITHUB_RUN_NUMBER"
Expand Down Expand Up @@ -99,15 +99,15 @@ jobs:
- name: Check Build Variables
run: >
python Build\buildtest.py $env:MIS_CONFIG_FILE
"$env:MIS_FILE_NAME $env:XJDF_VERSION $env:VERSION"
"$env:MIS_FILE_NAME $env:VERSION"
"Release: $env:VERSION"
"Run-$env:GITHUB_RUN_NUMBER"
# Uses the remote self-host to build the ICS
- name: Build ICS Specification
run: >
python Build\specbuilder.py $env:MIS_CONFIG_FILE
"$env:MIS_FILE_NAME $env:XJDF_VERSION $env:VERSION"
"$env:MIS_FILE_NAME $env:VERSION"
"Release: $env:VERSION"
"Run-$env:GITHUB_RUN_NUMBER"
Expand Down

0 comments on commit 57d03bf

Please sign in to comment.