diff --git a/.github/workflows/osgeo4w.yml b/.github/workflows/osgeo4w.yml index bdfc5f3cd4b..28b695adbea 100644 --- a/.github/workflows/osgeo4w.yml +++ b/.github/workflows/osgeo4w.yml @@ -31,6 +31,11 @@ jobs: run: C:\msys64\usr\bin\pacman.exe --noconfirm -S tar libintl make bison diffutils git dos2unix zip mingw-w64-x86_64-toolchain mingw-w64-x86_64-cairo mingw-w64-x86_64-python3-six - name: Compile GRASS GIS run: C:\msys64\usr\bin\bash.exe -l (''+(Get-Location)+'\.github\workflows\build_osgeo4w.sh') -p (Get-Location) + - name: Archive the built package + uses: actions/upload-artifact@v2 + with: + name: grass-osgeo4w64 + path: C:\OSGeo4W64 - name: Test executing of the grass command run: .github/workflows/test_simple.bat 'C:\OSGeo4W64\opt\grass\grass79.bat' - name: Run tests