diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-24 12:28:32 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-24 12:28:32 +0100 |
| commit | cac65418ff98c180cfad282893f376f3f10dc427 (patch) | |
| tree | 802d62167c3d2d61891383e19cccd912f48045d3 /.github/workflows | |
| parent | e47ce2a28bd967ba00667b1d60c2168f77c68b57 (diff) | |
Try yet another path
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-windows-package.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-windows-package.yml b/.github/workflows/build-windows-package.yml index db48bda66..7383ab1e4 100644 --- a/.github/workflows/build-windows-package.yml +++ b/.github/workflows/build-windows-package.yml @@ -48,7 +48,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: gf-${{ github.sha }}-windows - path: /d/mingw64/bin/* + path: D:\mingw64\bin\* if-no-files-found: error # - name: Build Java bindings |
