Implement Build Number

This commit is contained in:
Jan-Otto Kröpke 2023-05-30 20:51:47 +02:00
parent 5909963550
commit 98fdd50b0c
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -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