We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb5a7f commit 22012c4Copy full SHA for 22012c4
1 file changed
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
# Assuming your version tags are standard like v1.5.2
28
run: |
29
$ver = "${{ github.ref_name }}".TrimStart('v')
30
- vpk pack -u WindowsSmartTaskbar -v $ver -p .\bin\Release\net8.0-windows\win-x64\publish -e WindowsSmartTaskbar.exe
+ vpk pack -u WindowsSmartTaskbar -v $ver -p .\bin\Release\net8.0-windows\win-x64\publish -e WindowsSmartTaskbar.exe --skipVeloAppCheck
31
32
- name: Publish GitHub Release
33
uses: softprops/action-gh-release@v2
0 commit comments