diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8595bb7..a90a0a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,7 +97,7 @@ jobs: - uses: actions/download-artifact@v3.0.2 with: name: ${{ github.event.repository.name }}.Wheel - path: dist/Python Wheels + path: dist/Python - uses: actions/download-artifact@v3.0.2 with: name: ${{ github.event.repository.name }}.Windows diff --git a/README.md b/README.md index 6d7a394..1ce7bbd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Extract the .exe files from the Windows folder in the compressed file somewhere ### Python Wheel -Extract the .whl file from the Python Wheel folder in the compressed files and then run: +Extract the .whl file from the Python folder in the compressed files and then run: ``` pip install 5desc-[VERSION]-py3-none-any.whl