diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 61413d0..8b0ba88 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -59,11 +59,8 @@ jobs: - name: Inspect file run: cat ${{ steps.scan.outputs.table }} - - name: Write file - run: echo ${{ steps.scan.outputs.table }} >> result.txt - - name: Upload Artifact uses: actions/upload-artifact@v3 with: name: scan-result - path: result.txt \ No newline at end of file + path: ${{ steps.scan.outputs.table }} \ No newline at end of file