Update build-amd64.yml

This commit is contained in:
saarg 2020-10-07 00:25:04 +02:00 committed by GitHub
parent 33c96b06fe
commit 8450b3e700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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