From 33c96b06fedc5dcb5c815cf30cb69f124aa3f769 Mon Sep 17 00:00:00 2001 From: tobbenb Date: Tue, 6 Oct 2020 23:34:26 +0200 Subject: [PATCH] path again --- .github/workflows/build-amd64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-amd64.yml b/.github/workflows/build-amd64.yml index 5f1fa32..b5469b6 100644 --- a/.github/workflows/build-amd64.yml +++ b/.github/workflows/build-amd64.yml @@ -46,7 +46,7 @@ jobs: - name: Export build artifact run: | mkdir -p ./artifact - docker run --rm -v /artifact:/mnt tobbenb/hass-wheel-builder-test:latest-amd64 + docker run --rm -v ./artifact:/mnt tobbenb/hass-wheel-builder-test:latest-amd64 - uses: actions/upload-artifact@v2 with: