Skip to content

Commit

Permalink
💚 ci: Fix ci not releasing. Also add dependencies to requirements
Browse files Browse the repository at this point in the history
Signed-off-by: kokodev <[email protected]>
  • Loading branch information
kokofixcomputers committed Nov 30, 2024
1 parent 7989395 commit 403c5a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
InquirerPy
InquirerPy
requests

0 comments on commit 403c5a3

Please sign in to comment.