change path
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user