From a9228fd09acaf4f4fdcf76c50988f03f4e9bfda7 Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Thu, 26 Sep 2024 02:30:41 +0200 Subject: [PATCH] use gitea releaser --- .gitea/workflows/release.yaml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index bc66855..1552208 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -20,17 +20,14 @@ jobs: - name: Compile run: "deno task compile" - - name: Test ls - run: "ls" - - - name: Upload Artifact - uses: "https://gitea.com/actions/upload-artifact@v3" - with: - name: bunker-artifact - path: bunker - + # - name: Upload Artifact + # uses: "https://gitea.com/actions/upload-artifact@v3" + # with: + # name: bunker-artifact + # path: bunker + # - name: Release - uses: ncipollo/release-action@v1 + uses: "https://gitea.com/actions/release-action@main" with: artifacts: "bunker"