Skip to content

Commit 6eaa968

Browse files
committed
fix action input names
1 parent 42fa25f commit 6eaa968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@ jobs:
152152
uses: actions/upload-release-asset@v1
153153
with:
154154
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
155-
name: ${{ matrix.python }}-${{ matrix.arch }}-${{ matrix.platform }}.tar.xz
156-
path: release-artifacts/
155+
asset_name: ${{ matrix.python }}-${{ matrix.arch }}-${{ matrix.platform }}.tar.xz
156+
asset_path: release-artifacts/
157157
asset_content_type: application/tar+xz

0 commit comments

Comments
 (0)