From 53c8de5b373a6adb9f189424be549b36d954e0e0 Mon Sep 17 00:00:00 2001 From: Natlinux81 Date: Wed, 28 Jun 2023 15:43:57 +0200 Subject: [PATCH] update path --- .github/workflows/deploy-mathColoringGame.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-mathColoringGame.yml b/.github/workflows/deploy-mathColoringGame.yml index 15fe327..48ebd02 100644 --- a/.github/workflows/deploy-mathColoringGame.yml +++ b/.github/workflows/deploy-mathColoringGame.yml @@ -7,7 +7,7 @@ on: branches: [ "main" ] env: - PROJECT_PATH: MathColoringGame.csproj + PROJECT_PATH: MathColoringGame/MathColoringGame.csproj jobs: @@ -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: /bin/Release/net6.0-windows/win-x64/publish/*.exe release-url: ${{ steps.create_release.outputs.upload_url }}