diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-24 12:19:25 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-24 12:19:25 +0100 |
| commit | e47ce2a28bd967ba00667b1d60c2168f77c68b57 (patch) | |
| tree | e2087fe4d62879c2e68812a5ad0f6bb23e3989ee /.github | |
| parent | 9a697fbde47454393c5161891f808f00d6a56c9b (diff) | |
Try another upload path
Diffstat (limited to '.github')
| -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 af826129b..db48bda66 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: /mingw64/bin/* + path: /d/mingw64/bin/* if-no-files-found: error # - name: Build Java bindings |
