From f92f2b6a9f58ab3eb1c549f177d54cdb5ba32862 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Wed, 7 Aug 2024 20:04:37 +0000 Subject: [PATCH] Set ouputs step after checkout --- .github/workflows/10-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/10-build.yml b/.github/workflows/10-build.yml index a42a392..4b5e25d 100644 --- a/.github/workflows/10-build.yml +++ b/.github/workflows/10-build.yml @@ -22,10 +22,6 @@ jobs: rm -rf "${{ github.workspace }}" mkdir -p "${{ github.workspace }}" - - name: Set outputs - id: vars - run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: @@ -36,6 +32,10 @@ jobs: - name: Checkout PicoBoot code uses: actions/checkout@v4 + - name: Set outputs + id: vars + run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT + - uses: robinraju/release-downloader@v1 id: gekkoboot-download with: