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 }}