Implement Build Number
This commit is contained in:
parent
5909963550
commit
98fdd50b0c
|
|
@ -36,6 +36,8 @@ jobs:
|
||||||
- name: Patch Upstream Lens
|
- name: Patch Upstream Lens
|
||||||
run: |
|
run: |
|
||||||
node update.js
|
node update.js
|
||||||
|
env:
|
||||||
|
BUILD_NUMBER: ${{ github.run_number }}
|
||||||
- name: Build Lens
|
- name: Build Lens
|
||||||
run: |
|
run: |
|
||||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue