Update build-amd64.yml
This commit is contained in:
parent
33c96b06fe
commit
8450b3e700
6
.github/workflows/build-amd64.yml
vendored
6
.github/workflows/build-amd64.yml
vendored
@ -45,10 +45,10 @@ jobs:
|
||||
|
||||
- name: Export build artifact
|
||||
run: |
|
||||
mkdir -p ./artifact
|
||||
docker run --rm -v ./artifact:/mnt tobbenb/hass-wheel-builder-test:latest-amd64
|
||||
sudo mkdir -p /artifact
|
||||
sudo docker run --rm -v /artifact:/mnt tobbenb/hass-wheel-builder-test:latest-amd64
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: amd64
|
||||
path: ./artifact/wheel-repo-x86_64.tar.gz
|
||||
path: /artifact/wheel-repo-x86_64.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user