From 7df0de442d09204cfe612f7163018b0356d513c6 Mon Sep 17 00:00:00 2001 From: SnippetsX Date: Tue, 12 Nov 2024 22:09:16 +0300 Subject: [PATCH] update --- .gitea/workflows/build.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7bf3e6f..004f170 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -35,16 +35,6 @@ jobs: if-no-files-found: error retention-days: 5 - publish-release: - needs: build-and-test - runs-on: ubuntu-latest - steps: - - name: Download artifact - uses: actions/download-artifact@v3 - with: - name: admin_dashboard-${{ env.VERSION }} - path: build - - name: Create Release uses: actions/create-release@v1 with: