diff --git a/.github/workflows/deploy-mathColoringGame.yml b/.github/workflows/deploy-mathColoringGame.yml index 5877aa7..15fe327 100644 --- a/.github/workflows/deploy-mathColoringGame.yml +++ b/.github/workflows/deploy-mathColoringGame.yml @@ -7,7 +7,7 @@ on: branches: [ "main" ] env: - PROJECT_PATH: MathColoringGame/MathColoringGame.csproj + PROJECT_PATH: MathColoringGame.csproj jobs: @@ -37,5 +37,5 @@ jobs: - uses: csexton/release-asset-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN}} - pattern: MathColoringGame/bin/Release/net6.0-windows/win-x64/publish/*.exe + pattern: bin/Release/net6.0-windows/win-x64/publish/*.exe release-url: ${{ steps.create_release.outputs.upload_url }}