From dd8dcecbaac64818b64d4d873d8d28f1993cb48b Mon Sep 17 00:00:00 2001 From: Natlinux Date: Wed, 28 Jun 2023 18:36:51 +0200 Subject: [PATCH] =?UTF-8?q?letzter=20versuch=20f=C3=BCr=20heute=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-mathColoringGame.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-mathColoringGame.yml b/.github/workflows/deploy-mathColoringGame.yml index beb941e..5877aa7 100644 --- a/.github/workflows/deploy-mathColoringGame.yml +++ b/.github/workflows/deploy-mathColoringGame.yml @@ -37,5 +37,5 @@ jobs: - uses: csexton/release-asset-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN}} - pattern: MathColoringGame/obj/Release/net6.0-windows/win-x64/publish/*.exe + pattern: MathColoringGame/bin/Release/net6.0-windows/win-x64/publish/*.exe release-url: ${{ steps.create_release.outputs.upload_url }}