2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -110,6 +110,8 @@ jobs:
|
|||||||
rm -rf release
|
rm -rf release
|
||||||
python3 resources/ota_manifest.py beta $Version
|
python3 resources/ota_manifest.py beta $Version
|
||||||
- name: Commit binaries to master
|
- name: Commit binaries to master
|
||||||
|
env:
|
||||||
|
Version: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: "Update beta binaries"
|
commit_message: "Update beta binaries"
|
||||||
|
|||||||
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -166,10 +166,9 @@ jobs:
|
|||||||
name: "Nuki Hub ${{ steps.get_version.outputs.VERSION }}"
|
name: "Nuki Hub ${{ steps.get_version.outputs.VERSION }}"
|
||||||
artifacts: ${{ steps.zip.outputs.artifacts }}
|
artifacts: ${{ steps.zip.outputs.artifacts }}
|
||||||
artifactContentType: application/zip
|
artifactContentType: application/zip
|
||||||
- name: Add version info
|
- name: Copy binaries to ota and webflash and remove beta
|
||||||
env:
|
env:
|
||||||
Version: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}
|
Version: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}
|
||||||
- name: Copy binaries to ota and webflash and remove beta
|
|
||||||
run: |
|
run: |
|
||||||
cp -vf release/*/nuki_hub_*.bin ota/
|
cp -vf release/*/nuki_hub_*.bin ota/
|
||||||
cp -vf release/*/webflash_nuki_hub_*.bin webflash/
|
cp -vf release/*/webflash_nuki_hub_*.bin webflash/
|
||||||
|
|||||||
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -111,6 +111,8 @@ jobs:
|
|||||||
path: release
|
path: release
|
||||||
pattern: '*-release-assets'
|
pattern: '*-release-assets'
|
||||||
- name: Copy binaries to ota/master
|
- name: Copy binaries to ota/master
|
||||||
|
env:
|
||||||
|
Version: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ota/master/
|
mkdir -p ota/master/
|
||||||
cp -vf release/*/nuki_hub_*.bin ota/master/
|
cp -vf release/*/nuki_hub_*.bin ota/master/
|
||||||
|
|||||||
Reference in New Issue
Block a user