Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Jul 5, 2024
1 parent d6f53dd commit 9252f32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: dawidd6/action-download-artifact@v6
with:
workflow: osx-build-test-amd64.yml
path: dist
path: .
- name: "Download Linux/amd64 artifacts"
uses: dawidd6/action-download-artifact@v6
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/windows-build-test-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
path: dist

- name: List files
run: ls -la dist
run: |
dir
dir dist
- name: Install python-snap7
run: |
Expand Down

0 comments on commit 9252f32

Please sign in to comment.