Skip to content

Commit

Permalink
fix gz path
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Apr 23, 2020
1 parent d9d3be3 commit 7b0663f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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: ${{ env.gz_path }}
asset_name: geosnap-${{ github.ref }}.tar.gz
asset_path: dist/${{ env.gz_path }}
asset_name: ${{ env.gz_path }}
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion geosnap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.1.rc12"
__version__ = "0.2.1.rc13"

r"""
Expand Down

0 comments on commit 7b0663f

Please sign in to comment.