Skip to content

Commit e8db302

Browse files
authored
fix: version bump (#55)
1 parent 1552077 commit e8db302

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Get md5sum
7676
run: |
77-
echo "::set-output name=FILEHASH::$(md5sum ./out/dist/Telegramer-2.1.1.0-py${{ matrix.python-version }}.egg | cut -d ' ' -f 1)"
77+
echo "::set-output name=FILEHASH::$(md5sum ./out/dist/Telegramer-2.1.1.3-py${{ matrix.python-version }}.egg | cut -d ' ' -f 1)"
7878
id: filehash
7979

8080
# - name: Create Release
@@ -108,8 +108,8 @@ jobs:
108108
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
109109
with:
110110
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
111-
asset_path: ./out/dist/Telegramer-2.1.1.0-py${{ matrix.python-version }}.egg
112-
asset_name: 'Telegramer-2.1.1.0-py${{ matrix.python-version }}.egg'
111+
asset_path: ./out/dist/Telegramer-2.1.1.3-py${{ matrix.python-version }}.egg
112+
asset_name: 'Telegramer-2.1.1.3-py${{ matrix.python-version }}.egg'
113113
asset_content_type: application/octet-stream
114114

115115
# - name: Upload Release Asset
@@ -119,6 +119,6 @@ jobs:
119119
# GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
120120
# with:
121121
# 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
122-
# asset_path: ./out/dist/Telegramer-2.1.1.0-py${{ matrix.python-version }}.egg
123-
# asset_name: 'Telegramer-2.1.1.0-py${{ matrix.python-version }}.egg'
122+
# asset_path: ./out/dist/Telegramer-2.1.1.3-py${{ matrix.python-version }}.egg
123+
# asset_name: 'Telegramer-2.1.1.3-py${{ matrix.python-version }}.egg'
124124
# asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)