From c710666110df23e2b49c97965acc416bb6126768 Mon Sep 17 00:00:00 2001 From: iranl Date: Fri, 19 Jul 2024 19:17:36 +0200 Subject: [PATCH] Fix workflows --- .github/workflows/beta.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 56c3f0f..461f18c 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -104,14 +104,14 @@ jobs: path: release pattern: '*-release-assets' - name: Copy binaries to ota/beta + env: + Version: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }} run: | mkdir -p ota/beta/ cp -vf release/*/nuki_hub_*.bin ota/beta/ rm -rf release python3 resources/ota_manifest.py beta $Version - name: Commit binaries to master - env: - Version: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }} uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update beta binaries" @@ -121,4 +121,4 @@ jobs: skip_fetch: true skip_checkout: true disable_globbing: true - add_options: '-f' \ No newline at end of file + add_options: '-f'