update path
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
|||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PROJECT_PATH: MathColoringGame.csproj
|
PROJECT_PATH: MathColoringGame/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: 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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user