Skip to content

Commit 05ade19

Browse files
committed
Fix deployment pipeline
1 parent 905d01e commit 05ade19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Upload artifact
3030
uses: actions/upload-artifact@v1
3131
with:
32-
name: chocs-middleware-parsed-body-${{ steps.tag.outputs.tag }}.tar.gz
33-
path: dist/chocs_middleware.parsed_body-${{ steps.tag.outputs.tag }}.tar.gz
32+
name: opyapi-${{ steps.tag.outputs.tag }}.tar.gz
33+
path: dist/opyapi-${{ steps.tag.outputs.tag }}.tar.gz
3434
- name: Publish release
3535
env:
3636
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)