diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2615640..1565011 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,5 +99,5 @@ jobs: unzip OS-1.zip - name: Test conversion - run: vsi2tif -i OS-1/ -o output/ -b bftools/bfconvert + run: vsi2tif -i ./OS-1/ -o ./output/ -b bftools/bfconvert shell: bash