Skip to content

Commit 0f8e006

Browse files
committed
添加上传构件到Artifacts的步骤
1 parent b9f8a8e commit 0f8e006

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
-w /spksrc/spk/rr-manager \
4747
ghcr.io/synocommunity/spksrc \
4848
make arch-${{ matrix.target }}
49+
- name: Upload to Artifacts
50+
uses: actions/upload-artifact@v4
51+
with:
52+
name: packages-${{ matrix.target }}
53+
path: |
54+
packages/*.spk
4955
- name: Release
5056
uses: softprops/action-gh-release@v1
5157
if: startsWith(github.ref, 'refs/tags/')
@@ -57,4 +63,4 @@ jobs:
5763
with:
5864
path: |
5965
/home/runner/work/spksrc/distrib
60-
key: ${{ steps.cache-primes-restore.outputs.cache-primary-key }}
66+
key: ${{ steps.cache-primes-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)