From caede0c4d572773bac2e676e2a3da401c4e91a86 Mon Sep 17 00:00:00 2001 From: iranl Date: Tue, 6 Aug 2024 09:14:22 +0200 Subject: [PATCH] Update nightly.yml --- .github/workflows/nightly.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 84de64a..7605aac 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -140,6 +140,7 @@ jobs: Version: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }} run: | mkdir -p ota/master/ + mkdir -p ota/beta/ mkdir -p resources/ mkdir -p src/ cp -vf release/*/nuki_hub_*.bin ota/master/ @@ -148,6 +149,7 @@ jobs: python3 resources/ota_manifest.py master $Version find * -not -path "ota*" -not -path "webflash*" -delete rm -rf .github .gitignore .gitmodules + touch ota/beta/empty - name: Commit binaries to binary uses: stefanzweifel/git-auto-commit-action@v5 with: