From 16a38033df061c98b1caaa7848163a4599fb5495 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Sun, 27 Aug 2023 09:42:10 -0700 Subject: [PATCH] Create artifacts --- .github/workflows/build_linux.yaml | 6 ++++++ .github/workflows/build_macos.yaml | 6 ++++++ .github/workflows/build_windows.yaml | 6 ++++++ modules/gin | 2 +- 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_linux.yaml b/.github/workflows/build_linux.yaml index ecdaea2..7f58af8 100644 --- a/.github/workflows/build_linux.yaml +++ b/.github/workflows/build_linux.yaml @@ -14,3 +14,9 @@ jobs: shell: bash env: APIKEY: ${{ secrets.APIKEY }} + - name: Upload Artifact + uses: actions/upload-artifact@v3 + with: + name: Binaries + path: ci/bin + retention-days: 30 \ No newline at end of file diff --git a/.github/workflows/build_macos.yaml b/.github/workflows/build_macos.yaml index dd13ee1..e8fcd70 100644 --- a/.github/workflows/build_macos.yaml +++ b/.github/workflows/build_macos.yaml @@ -18,3 +18,9 @@ jobs: APPLE_PASS: ${{ secrets.APPLE_PASS }} APPLE_USER: ${{ secrets.APPLE_USER }} APIKEY: ${{ secrets.APIKEY }} + - name: Upload Artifact + uses: actions/upload-artifact@v3 + with: + name: Binaries + path: ci/bin + retention-days: 30 \ No newline at end of file diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 5573e12..ddfbd67 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -14,3 +14,9 @@ jobs: shell: bash env: APIKEY: ${{ secrets.APIKEY }} + - name: Upload Artifact + uses: actions/upload-artifact@v3 + with: + name: Binaries + path: ci/bin + retention-days: 30 \ No newline at end of file diff --git a/modules/gin b/modules/gin index 8ee85cd..61a4618 160000 --- a/modules/gin +++ b/modules/gin @@ -1 +1 @@ -Subproject commit 8ee85cdbf9b749ef03ca31ba50ff2ad7706e5bf6 +Subproject commit 61a4618d11e8049365000a0027e57edd24de86cf