Skip to content

Commit

Permalink
fixed build artifact names.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 10, 2024
1 parent e53e2c3 commit 4be3146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: build-$${{ matrix.python-version }}
name: build-${{ matrix.python-version }}
path: dist/*

test:
Expand Down

0 comments on commit 4be3146

Please sign in to comment.