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: