Compare commits
2 Commits
main
...
cursor-ai-
| Author | SHA1 | Date | |
|---|---|---|---|
| 90d4bc4acf | |||
| e7f4162761 |
@@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
- name: Upload image artifact (for manual builds)
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: docker-image
|
||||
path: automatic-linkedin-answer-ai-*.tar.gz
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -8,3 +8,6 @@ wheels/
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# MacoS
|
||||
*.DS_Store
|
||||
Reference in New Issue
Block a user