ci: publish packages to download directory
All checks were successful
Package component / package (push) Successful in 2m3s

This commit is contained in:
2026-07-20 10:29:16 +00:00
parent ad17d9e180
commit 6f180bfb04

View File

@@ -117,11 +117,3 @@ jobs:
sha256sum "$published_name" > "$published_name.sha256" sha256sum "$published_name" > "$published_name.sha256"
ln -sfn "$published_name" waveform-analysis-latest.tgz ln -sfn "$published_name" waveform-analysis-latest.tgz
ln -sfn "$published_name.sha256" waveform-analysis-latest.tgz.sha256 ln -sfn "$published_name.sha256" waveform-analysis-latest.tgz.sha256
- name: Upload component package
uses: https://lqycustomsite.online/admin/actions-upload-artifact@v3
with:
name: waveform-analysis-${{ gitea.sha }}
path: artifacts/*.tgz
if-no-files-found: error
retention-days: 7