Skip to content

Commit

Permalink
env var
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Apr 23, 2020
1 parent 0004ca0 commit d9d3be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
prerelease: false
- name: Get Asset name
run: |
export $PKG=$(ls dist/)
export PKG=$(ls dist/)
set -- $PKG
echo "::set-env name=gz_path::$2"
- name: Upload Release Asset
Expand Down
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.rc11"
__version__ = "0.2.1.rc12"

r"""
Expand Down

0 comments on commit d9d3be3

Please sign in to comment.