path again

This commit is contained in:
tobbenb 2020-10-06 23:34:26 +02:00
parent d49cee4819
commit 33c96b06fe

View File

@ -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: