From c0072fe54f2cae616eea9ba2fbc5b301ead3c3ee Mon Sep 17 00:00:00 2001 From: Michachatz <121869403+Michatec@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:23:14 +0100 Subject: [PATCH] Aktualisieren von gradle-publish.yml --- .github/workflows/gradle-publish.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index dda04a3..735c0a6 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -70,22 +70,4 @@ jobs: uses: actions/upload-artifact@v6 with: name: app-release - path: app-release.apk - - publish: - runs-on: ubuntu-latest - needs: build - permissions: - contents: write - steps: - - name: Download artifact - uses: actions/download-artifact@v7 - with: - name: app-release - path: app-release.apk - - - name: Create release - uses: ncipollo/release-action@v1 - with: - artifacts: "app-release.apk" - draft: true + path: app-release.apk \ No newline at end of file