Skip to content

Commit

Permalink
fix: another upload test
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Nov 5, 2024
1 parent 85cc185 commit 465798b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ jobs:
run: |
pip install --user poetry-plugin-export
poetry export -f requirements.txt --output requirements.txt --without dev
pwd
ls -la
- name: Upload requirements.txt
uses: actions/upload-artifact@v3
with:
name: requirements.txt
path: ./requirements.txt
path: ./server/requirements.txt

semver-action:
needs: test-and-lint
Expand Down

0 comments on commit 465798b

Please sign in to comment.