diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-24 10:41:26 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-24 10:41:26 +0100 |
| commit | 43b06d5f53f21db7022a1977fcf8068c20a127da (patch) | |
| tree | ad96e88894e09aa7a91a6794aac8be5cff3844f8 | |
| parent | ee6082d1004d5696c4989f563af4d4f8e83db492 (diff) | |
Use windows path with upload-artifact
| -rw-r--r-- | .github/workflows/build-windows-package.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/build-windows-package.yml b/.github/workflows/build-windows-package.yml index 34bb2db50..a8d568786 100644 --- a/.github/workflows/build-windows-package.yml +++ b/.github/workflows/build-windows-package.yml @@ -44,16 +44,13 @@ jobs: make make install - - shell: msys2 {0} - run: | - ls -al /mingw64/bin - - name: Upload C runtime to artifact uses: actions/upload-artifact@v2 with: name: gf-${{ github.sha }}-windows path: | - /mingw64/bin + D:\mingw64\bin\libgu-0.dll + D:\mingw64\bin\libpgf-0.dll if-no-files-found: error # - name: Build Java bindings |
