Skip to content

Commit

Permalink
update to pass folder paths to generate_links ibek command
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 16, 2024
1 parent b199137 commit d572028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
pipx run build
- name: Upload sdist and wheel as artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: dist
path: dist
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3

- name: Fixup blank lockfiles
# Github release artifacts can't be blank
Expand Down

0 comments on commit d572028

Please # to comment.