From a5533a752187ea22e7caea209063699c01e78033 Mon Sep 17 00:00:00 2001 From: Natlinux81 Date: Wed, 28 Jun 2023 15:55:08 +0200 Subject: [PATCH] on more try to deploy --- .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 48ebd02..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: /bin/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 }}