diff --git a/.github/workflows/build_app.yml b/.github/workflows/build_app.yml index 86e47fe..dc06aaf 100644 --- a/.github/workflows/build_app.yml +++ b/.github/workflows/build_app.yml @@ -76,7 +76,7 @@ jobs: contents: write steps: - - uses: fastify/github-action-merge-dependabot@v3.10.2 + - uses: fastify/github-action-merge-dependabot@v3.11.0 with: # For GitHub Auto Merge to work it must be enabled on the repo. # This can be done with the script here: diff --git a/README.md b/README.md index 9d099d1..4c19b91 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Before you using following commands, please ensure that you have read [this](htt dotnet publish -c Release --self-contained -r win-x64 -o .\publish ``` ```shell -vpk pack -u SketchNow -v 1.0.0 -p .\publish -e SketchNow.ex +vpk pack -u SketchNow -v 1.0.0 -p .\publish -e SketchNow.exe ``` ### Test - Moq.AutoMocker