diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index f8e767c..9b20049 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -27,12 +27,6 @@ jobs: - name: Compile run: "deno task compile" - # - name: Upload Artifact - # uses: "https://gitea.com/actions/upload-artifact@v3" - # with: - # name: bunker-artifact - # path: bunker - # - name: Release id: use-go-action uses: "https://gitea.com/actions/release-action@main"