From 452a09351e3a5b6d20f6dd61ca05de2ce7a38c76 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 15 May 2024 17:20:26 +0200 Subject: [PATCH] at my wits end --- .github/workflows/cross-build.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cross-build.yml b/.github/workflows/cross-build.yml index 039464a..8bfb916 100644 --- a/.github/workflows/cross-build.yml +++ b/.github/workflows/cross-build.yml @@ -107,12 +107,6 @@ jobs: with: path: ./artifacts/ - - name: Create and upload a Release - uses: marvinpinto/action-automatic-releases@latest + - uses: ncipollo/release-action@v1 with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest" - prerelease: false - title: "Release ${{ github.ref }}" - files: | - /home/runner/work/stimmgabel/stimmgabel/artifacts/* + artifacts: "artifacts/*"