Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cracked-machine authored Mar 10, 2024
1 parent 702392f commit eb4b51f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- name: Test with pytest
run: |
make test
- name: 'Tar files'
run: tar -cvf examples.tar examples.md docs
- name: upload examples
uses: actions/upload-artifact@v4
with:
name: examples
path: |
docs
examples.md
path: examples.tar
if-no-files-found: error
- name: upload code coverage
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit eb4b51f

Please sign in to comment.