Skip to content

Commit

Permalink
Fix source tarball asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 7, 2024
1 parent 2ae0d65 commit 33cc0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
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
asset_path: dist/gdbdbg-${{ inputs.version }}.tar.gz
asset_name: Source Tarball
asset_name: gdbdbg-${{ inputs.version }}.tar.gz
asset_content_type: application/tar+gzip

- name: Upload x86-64 Wheel
Expand Down
2 changes: 1 addition & 1 deletion src/gdbdbg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 VMware, Inc.
# SPDX-License-Identifier: Apache-2.0

__version__ = "0.2.4"
__version__ = "0.2.5"

0 comments on commit 33cc0c3

Please sign in to comment.