Skip to content

Commit 48e9265

Browse files
committed
[ci] fix making a new package
1 parent bccb138 commit 48e9265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- id: package
2727
run: >
28-
printf "::set-output name=package::alt_pytest_asyncio-web-${{ steps.version.outputs.version}}.tar.gz"
28+
printf "::set-output name=package::alt_pytest_asyncio-${{ steps.version.outputs.version}}.tar.gz"
2929
3030
- id: create_release
3131
uses: actions/create-release@v1

0 commit comments

Comments
 (0)