We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f8a8e commit 0f8e006Copy full SHA for 0f8e006
.github/workflows/ci.yml
@@ -46,6 +46,12 @@ jobs:
46
-w /spksrc/spk/rr-manager \
47
ghcr.io/synocommunity/spksrc \
48
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
55
- name: Release
56
uses: softprops/action-gh-release@v1
57
if: startsWith(github.ref, 'refs/tags/')
@@ -57,4 +63,4 @@ jobs:
63
with:
58
64
path: |
59
65
/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