Skip to content

Commit 8a28036

Browse files
authored
Merge pull request #51 from umpire274/v0.2.0
Added upload release-artifacts
2 parents f1b3452 + eaa4741 commit 8a28036

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ jobs:
8181
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
8282
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
8383

84+
- name: Upload individual artifact
85+
uses: actions/upload-artifact@v4
86+
with:
87+
name: release_artifacts-${{ matrix.target }}
88+
path: release_artifacts/${{ matrix.target }}
89+
8490
upload-artifacts:
8591
name: Upload All Artifacts
8692
needs: build

0 commit comments

Comments
 (0)