mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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
|
||||
make
|
||||
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