diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 35f8b24..c20664e 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -57,4 +57,10 @@ jobs: grype-version: 'v0.90.0' - name: Inspect file - run: cat ${{ steps.scan.outputs.table }} \ No newline at end of file + run: cat ${{ steps.scan.outputs.table }} + + - name: Upload Artifact + uses: actions/upload-artifact@v4 + with: + name: my-artifact + path: ${{ steps.scan.outputs.table }} \ No newline at end of file