Skip to content

Commit

Permalink
ci: Upload split artifact (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzghzr authored May 5, 2024
1 parent 1f99db2 commit 10454cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-kpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ jobs:
- name: Upload artifact
if: success()
uses: actions/upload-artifact@v4
uses: lzghzr/upload-artifact@405e6269d5b1feb22bf2a044deb7950596bed6da
with:
path: target
path: "target/*.kpm"
artifact-per-file: true
artifact-name-rule: ${name}

- name: Upload release
if: github.event.inputs.release == 'true' && success() && !cancelled()
Expand Down

0 comments on commit 10454cc

Please sign in to comment.