Skip to content

Commit

Permalink
Update github-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thaikolja authored Jul 28, 2024
1 parent 1b362c4 commit ade5454
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: main.py
name: main-py
path: main.py

test:
Expand All @@ -69,9 +69,9 @@ jobs:
venv/bin/pip install exifread
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: main.py
name: main-py

- name: Run tests
run: venv/bin/python -m unittest discover -s .
Expand Down

0 comments on commit ade5454

Please sign in to comment.