Skip to content

Commit b2cbe90

Browse files
committed
ave refinement test .gpx
1 parent e858599 commit b2cbe90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/reftest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,15 @@ jobs:
5555
- name: directory
5656
if: failure()
5757
run: |
58-
ls
58+
mkdir ./debug
59+
mv *.gpx ./debug/
5960

6061

6162
# if debug needed, create a copy of the build directory
6263
- name: Save artifact # creates zip file with directory contents
6364
if: failure()
6465
uses: actions/upload-pages-artifact@v3
6566
with:
66-
path: .
67+
path: ./debug
6768
name: debugref
6869
retention-days: 1

0 commit comments

Comments
 (0)