kopia lustrzana https://github.com/Aircoookie/WLED
Set build version during nightly build
rodzic
2aab617c2e
commit
4a56c92e7b
|
@ -11,6 +11,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
clean: false
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
|
|
@ -11,6 +11,7 @@ jobs:
|
|||
prep:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set Version
|
||||
run: |
|
||||
VERSION=`date +%y%m%d0`
|
||||
|
|
Ładowanie…
Reference in New Issue