diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index f6ed241..e350262 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -58,9 +58,10 @@ jobs: - name: Inspect file run: cat ${{ steps.scan.outputs.table }} + run: echo ${{ steps.scan.outputs.table }} >> result.txt - name: Upload Artifact uses: actions/upload-artifact@v4 with: - name: my-artifact - path: ${{ steps.scan.outputs.table }} \ No newline at end of file + name: scan-result + path: result.txt \ No newline at end of file