From 286757a6a5cc0e3eeffeaa73528f205b7274d077 Mon Sep 17 00:00:00 2001 From: Michael 'ASAP' Weinrich Date: Tue, 10 Dec 2024 18:35:17 -0800 Subject: [PATCH] squash! refactor GitHub workflows --- .github/workflows/build.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad4336d46d7..4fe588f74eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,10 +91,16 @@ jobs: run: | make - - name: Upload artifact + - name: Upload artifact (bin) uses: actions/upload-artifact@v4 with: - name: incus + name: incus-bin path: | - . ${{ steps.go-env.outputs.GOPATH }} + + - name: Upload artifact (src) + uses: actions/upload-artifact@v4 + with: + name: incus-src + path: | + .