Skip to content

Commit

Permalink
* update ci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Jun 14, 2024
1 parent e853174 commit 3d6a581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: failed-${{ runner.os }}-intel
path: pymake/autotest/.failed
path: ./autotest/.failed


- name: Print coverage report before upload
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pymake-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: failed-${{ runner.os }}-gcc
path: pymake/autotest/.failed
path: ./autotest/.failed


- name: Print coverage report before upload
Expand Down

0 comments on commit 3d6a581

Please sign in to comment.