diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index c20664e..f6ed241 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -61,6 +61,6 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v4 - with: - name: my-artifact - path: ${{ steps.scan.outputs.table }} \ No newline at end of file + with: + name: my-artifact + path: ${{ steps.scan.outputs.table }} \ No newline at end of file