forked from GitHub/gf-core
an attempt to upload the windows build as an artifact
This commit is contained in:
8
.github/workflows/build-majestic.yml
vendored
8
.github/workflows/build-majestic.yml
vendored
@@ -249,3 +249,11 @@ jobs:
|
|||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@master
|
||||||
|
with:
|
||||||
|
name: libpgf-windows
|
||||||
|
path: |
|
||||||
|
$RUNNER_TEMP/mingw64/lib/libpgf*
|
||||||
|
$RUNNER_TEMP/mingw64/include/pgf
|
||||||
|
|||||||
Reference in New Issue
Block a user