.gitea/workflows/release.yml aktualisiert

This commit is contained in:
2025-03-19 16:34:41 +01:00
parent 81124bb714
commit 3fc7edac22

View File

@@ -57,4 +57,10 @@ jobs:
grype-version: 'v0.90.0' grype-version: 'v0.90.0'
- name: Inspect file - name: Inspect file
run: cat ${{ steps.scan.outputs.table }} run: cat ${{ steps.scan.outputs.table }}
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: ${{ steps.scan.outputs.table }}