Skip to content

Commit

Permalink
Use relative path for self refrence action (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored May 12, 2021
1 parent f03c02e commit d12329e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: cat requirements.txt requirements_build.txt > requirements_all.txt

- name: Build wheels
uses: home-assistant/wheels@master
uses: ./
with:
tag: ${{ matrix.python }}-alpine${{ matrix.alpine }}
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
) > .env_file
- name: Build wheels
uses: home-assistant/wheels@master
uses: ./
with:
tag: ${{ matrix.python }}-alpine${{ matrix.alpine }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit d12329e

Please sign in to comment.