1 parent afeb1b9 commit d64a8ecCopy full SHA for d64a8ec
1 file changed
.github/workflows/velopack-verify.yml
@@ -47,7 +47,7 @@ jobs:
47
shell: bash
48
run: |
49
dotnet publish ui --configuration Release --runtime win-x64 --self-contained false --output stage/app \
50
- -p:Version=0.0.0-verif -p:InformationalVersion=0.0.0-verif -p:CuratorUseVelopack=true
+ -p:Version=0.0.1 -p:InformationalVersion=0.0.1 -p:CuratorUseVelopack=true
51
52
- name: Publish NXM handler (AOT win-x64)
53
run: dotnet publish nxm-handler --configuration Release --runtime win-x64 --output stage/app
@@ -77,7 +77,7 @@ jobs:
77
dotnet tool install vpk --version 1.2.0 --tool-path .vpk-temp
78
.vpk-temp/vpk pack \
79
--packId ModifAmorphic.ModificusCurator \
80
- --packVersion 0.0.0-verif \
+ --packVersion 0.0.1 \
81
--packDir stage/app \
82
--mainExe Modificus.Curator.exe \
83
--packTitle "Modificus Curator" \
0 commit comments