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
|
- name: Export build artifact
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ./artifact
|
sudo mkdir -p /artifact
|
||||||
docker run --rm -v ./artifact:/mnt tobbenb/hass-wheel-builder-test:latest-amd64
|
sudo docker run --rm -v /artifact:/mnt tobbenb/hass-wheel-builder-test:latest-amd64
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: amd64
|
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