diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab77781..38fded2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,7 +104,7 @@ jobs: uses: actions/upload-artifact@v4 # Use v4 with: name: macos-executable - path: commitify # Ensure this matches the moved file's name + path: commitify-darwin # Ensure this matches the moved file's name release: needs: [build-linux, build-windows, build-macos] diff --git a/requirements.txt b/requirements.txt index c789e2c..83e36d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -InquirerPy \ No newline at end of file +InquirerPy +requests \ No newline at end of file