From 4750de888aa1ebf75888362da13c2237fbc0df70 Mon Sep 17 00:00:00 2001 From: krangelov Date: Tue, 16 Nov 2021 20:26:58 +0100 Subject: [PATCH] an attempt to upload the windows build as an artifact --- .github/workflows/build-majestic.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 9ffb53d71..ad21ed159 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -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