change path

This commit is contained in:
Natlinux81
2023-06-28 15:41:37 +02:00
parent cefef2b304
commit 96d2c5315c

View File

@@ -7,7 +7,7 @@ on:
branches: [ "main" ] branches: [ "main" ]
env: env:
PROJECT_PATH: MathColoringGame/MathColoringGame.csproj PROJECT_PATH: MathColoringGame.csproj
jobs: jobs:
@@ -37,5 +37,5 @@ jobs:
- uses: csexton/release-asset-action@v2 - uses: csexton/release-asset-action@v2
with: with:
github-token: ${{ secrets.GITHUB_TOKEN}} 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 }} release-url: ${{ steps.create_release.outputs.upload_url }}