From b8f621d32ee91d6d2879f2ebd2e7487d9be40505 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Sat, 29 Jun 2024 16:39:43 +0200 Subject: [PATCH] Fix workflow --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index e9da7bf..8fdaf86 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -81,7 +81,7 @@ jobs: - name: gzip build for LittleFS run: find dist -type f ! -name ".*" -exec sh -c 'mkdir -p "build_gz/$(dirname "${1#dist/}")" && gzip -k "$1" -c > "build_gz/${1#dist/}".gz' _ {} \; - name: Write git rev to file - run: echo "$GITHUB_SHA" > build_gz/fs_hash.txt + run: echo "$GITHUB_SHA" > build_gz/fs_hash.txt && echo "$GITHUB_SHA" > output/commit.txt - name: Check GZipped directory size run: | # Set the threshold size in bytes @@ -127,6 +127,6 @@ jobs: target-directory: webui/ destination-github-username: 'btclock' destination-repository-name: 'web-flasher' - target-branch: btclock + target-branch: main user-name: ${{github.actor}} user-email: ${{github.actor}}@users.noreply.github.com