Skip to content

Commit

Permalink
Update publish.yml with hopefully correct path (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Oct 24, 2023
1 parent 7a05076 commit 6c6cb87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,11 @@ jobs:
uses: actions/download-artifact@v3
with:
name: python-standalone
path: standalone.tar.gz
path: .
- name: Unpack standalone
run: tar -xzvf standalone.tar.gz
- run: find dist
- run: ls -la dist
- name: Sign the dists with Sigstore
uses: sigstore/[email protected]
with:
Expand Down

0 comments on commit 6c6cb87

Please sign in to comment.