From b8e94414abf2d1257b2bf5654c5666f8daded6f4 Mon Sep 17 00:00:00 2001 From: Jerboa-app Date: Mon, 23 Oct 2023 10:04:33 +0100 Subject: [PATCH] .............................. --- .github/workflows/ci-builds.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index f67bbbad..5b8abca8 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -134,6 +134,9 @@ jobs: with: name: headers path: headers/ + run: | + ls + zip headers.zip headers - name: get linux build uses: actions/download-artifact@v3 @@ -156,7 +159,7 @@ jobs: files: | libjGL-linux-x86_64.a libjGL-windows.a - headers + headers.zip # - name: create release # id: createRelease # uses: actions/create-release@v1