2 Commits

Author SHA1 Message Date
90d4bc4acf add macos files to gitignore 2025-12-15 14:03:10 +01:00
e7f4162761 downgrade artifact to v3 2025-12-14 20:06:49 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ jobs:
- name: Upload image artifact (for manual builds) - name: Upload image artifact (for manual builds)
if: github.event_name == 'workflow_dispatch' if: github.event_name == 'workflow_dispatch'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: docker-image name: docker-image
path: automatic-linkedin-answer-ai-*.tar.gz path: automatic-linkedin-answer-ai-*.tar.gz

3
.gitignore vendored
View File

@@ -8,3 +8,6 @@ wheels/
# Virtual environments # Virtual environments
.venv .venv
# MacoS
*.DS_Store