From 2b19cded0acf7864e79fb8c1a6317fd1d4f21aac Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Mon, 27 May 2024 16:55:20 +0200 Subject: [PATCH] Fix PWD. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c187b2..7290ffd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -222,7 +222,7 @@ jobs: container: [ ubuntu-20.04, macos-13, windows-latest ] architecture: [ x64, x86 ] - name: "Build ${{ matrix.container }} - ${{ github.event.inputs.toit-version }}" + name: "Build ${{ matrix.container }} - ${{ matrix.architecture }} - ${{ github.event.inputs.toit-version }}" runs-on: ${{ matrix.container }} steps: @@ -259,7 +259,7 @@ jobs: TARGET=host; fi echo "HOST_TARGET=$TARGET" >> $GITHUB_ENV - make -C toit BUILD=$(PWD)/build sdk + make -C toit BUILD=$PWD/build sdk - name: Prepare envelopes for upload shell: bash