Skip to content

Commit afc97ea

Browse files
authored
Merge pull request #80 from sanders41/publish-ci
Fix artifact name
2 parents 97b2067 + f77766e commit afc97ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
os: [ubuntu-latest, macos-latest]
1515
include:
1616
- os: ubuntu-latest
17-
artifact_name: python-project-generator
17+
artifact_name: python-project
1818
asset_name: python-project-generator-linux-amd64
1919
- os: macos-latest
20-
artifact_name: python-project-generator
20+
artifact_name: python-project
2121
asset_name: python-project-generator-macos-amd64
2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)