Skip to content

Commit aecbef8

Browse files
author
Juliya Smith
authored
savE (#188)
1 parent 604e665 commit aecbef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
src_file=( ./dist/*.tar.gz )
2626
wheel_file=( ./dist/*.whl )
2727
echo "RELEASE_ID=$(jq --raw-output '.release.id' $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
28-
echo "SOURCE_DIST_FILE=$(jq --raw-output '.release.id' $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
28+
echo "SOURCE_DIST_FILE=$(basename $src_file)" >> $GITHUB_ENV
2929
echo "WHEEL_FILE=$(basename $wheel_file)" >> $GITHUB_ENV
3030
- name: Set Upload Url
3131
run: |

0 commit comments

Comments
 (0)