1
0
forked from GitHub/gf-core

See what's in /mingw64/bin

This commit is contained in:
John J. Camilleri
2020-11-24 10:10:04 +01:00
parent af9c8ee553
commit 4d2218a0d1
3 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
name: Build Debian Package
on:
push: # testing until merged into master
workflow_dispatch:
jobs:

View File

@@ -1,7 +1,6 @@
name: Build macOS Package
on:
push: # testing until merged into master
workflow_dispatch:
jobs:

View File

@@ -44,13 +44,16 @@ jobs:
make
make install
- shell: mysys2 {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/libpgf-0.dll
/mingw64/bin/libgu-0.dll
/mingw64/bin
if-no-files-found: error
# - name: Build Java bindings