mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
Use windows path with upload-artifact
This commit is contained in:
7
.github/workflows/build-windows-package.yml
vendored
7
.github/workflows/build-windows-package.yml
vendored
@@ -44,16 +44,13 @@ jobs:
|
|||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
- shell: msys2 {0}
|
|
||||||
run: |
|
|
||||||
ls -al /mingw64/bin
|
|
||||||
|
|
||||||
- name: Upload C runtime to artifact
|
- name: Upload C runtime to artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: gf-${{ github.sha }}-windows
|
name: gf-${{ github.sha }}-windows
|
||||||
path: |
|
path: |
|
||||||
/mingw64/bin
|
D:\mingw64\bin\libgu-0.dll
|
||||||
|
D:\mingw64\bin\libpgf-0.dll
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
# - name: Build Java bindings
|
# - name: Build Java bindings
|
||||||
|
|||||||
Reference in New Issue
Block a user