Skip to content

Commit

Permalink
added tag short sha to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cracked-machine committed Mar 15, 2024
1 parent f359522 commit b3fb6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: upload wheel
uses: actions/upload-artifact@v4
with:
name: python wheel
name: python wheel ${{ github.ref_name }} ${{ env.sha_short }}
path: dist
if-no-files-found: error

Expand Down

0 comments on commit b3fb6c1

Please sign in to comment.