Skip to content

Commit

Permalink
squash! refactor GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MadnessASAP committed Dec 11, 2024
1 parent 02309d9 commit 286757a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
.

0 comments on commit 286757a

Please sign in to comment.