Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
realybin committed Nov 1, 2024
2 parents f3b219d + 538a10a commit f5b33a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5b33a6

Please sign in to comment.