Skip to content

Commit

Permalink
CI: fix typo in publish Action (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed May 30, 2023
1 parent 7ea4bca commit 4f00026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:

steps:

- name: Clone repository
uses: actions/checkout@v3

- name: Download dist artifacts
uses: actions/download-artifact@v3
with:
name: artifact
path: dist

steps:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 4f00026

Please sign in to comment.