Fix workflows
This commit is contained in:
4
.github/workflows/beta.yml
vendored
4
.github/workflows/beta.yml
vendored
@@ -104,14 +104,14 @@ jobs:
|
|||||||
path: release
|
path: release
|
||||||
pattern: '*-release-assets'
|
pattern: '*-release-assets'
|
||||||
- name: Copy binaries to ota/beta
|
- name: Copy binaries to ota/beta
|
||||||
|
env:
|
||||||
|
Version: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ota/beta/
|
mkdir -p ota/beta/
|
||||||
cp -vf release/*/nuki_hub_*.bin ota/beta/
|
cp -vf release/*/nuki_hub_*.bin ota/beta/
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user