From f03cc0048e65999e723bd92d5c885d8c83719ffd Mon Sep 17 00:00:00 2001 From: Geoff Phillips Date: Mon, 6 Mar 2023 10:28:19 +0100 Subject: [PATCH] Fix CI --- .github/template/fwe-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/template/fwe-build/action.yml b/.github/template/fwe-build/action.yml index ea071eb3..f197b048 100644 --- a/.github/template/fwe-build/action.yml +++ b/.github/template/fwe-build/action.yml @@ -62,6 +62,6 @@ runs: run: | RELEASE_VERSION="${GITHUB_REF/refs\/tags\//}" ASSET_FILENAME="aws-iot-fleetwise-edge-${{ inputs.upload-arch }}.tar.gz" - ./tools/build-dist.sh + ./tools/build-dist.sh build/src/executionmanagement/aws-iot-fleetwise-edge mv build/aws-iot-fleetwise-edge.tar.gz ${ASSET_FILENAME} gh release upload ${RELEASE_VERSION} ${ASSET_FILENAME}