Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitamalinov committed Feb 16, 2024
1 parent 411868b commit 42af292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cd ./venv/lib/python3.9/site-packages
zip -r9 ../../../../api.zip .
- name: Add API files to Zip file
run: cd api && zip -g ../api.zip -r .
run: zip -g ../api.zip -r .
- name: Upload zip file artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 42af292

Please sign in to comment.