mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 08:52:31 -05:00
Fix wrong extract location in Publish Release workflow (#6029)
This commit is contained in:
4
.github/workflows/publish_release.yml
vendored
4
.github/workflows/publish_release.yml
vendored
@@ -77,6 +77,7 @@ jobs:
|
||||
- name: Upload packaged distributions
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-output
|
||||
path: ./dist
|
||||
|
||||
release_to_pypi:
|
||||
@@ -91,6 +92,9 @@ jobs:
|
||||
steps:
|
||||
- name: Download packaged distributions
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: build-output
|
||||
path: dist/
|
||||
|
||||
- name: Publish package distributions to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
||||
Reference in New Issue
Block a user