Skip to content

Commit 4eefb4a

Browse files
authored
Update python-ci.yml
1 parent 7fa291e commit 4eefb4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
uses: thedoctor0/zip-release@0.7.5
3838
with:
3939
type: 'zip'
40-
filename: "package-${{ github_sha }}.zip"
40+
filename: "package-${{github.ref_name}}.zip"
4141
exclusions: '*.git* .editorconfig'
4242

4343
- name: Upload Release
4444
uses: ncipollo/release-action@v1.12.0
4545
with:
46-
artifacts: "package-${{ github_sha }}.zip"
46+
artifacts: "package-${{github.ref_name}}.zip"
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
# run: python -m build
4949
# - name: Publish package

0 commit comments

Comments
 (0)