Skip to content

Commit d64a8ec

Browse files
committed
fix(ci): use valid semver for velopack-verify pack version
1 parent afeb1b9 commit d64a8ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/velopack-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: bash
4848
run: |
4949
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
50+
-p:Version=0.0.1 -p:InformationalVersion=0.0.1 -p:CuratorUseVelopack=true
5151
5252
- name: Publish NXM handler (AOT win-x64)
5353
run: dotnet publish nxm-handler --configuration Release --runtime win-x64 --output stage/app
@@ -77,7 +77,7 @@ jobs:
7777
dotnet tool install vpk --version 1.2.0 --tool-path .vpk-temp
7878
.vpk-temp/vpk pack \
7979
--packId ModifAmorphic.ModificusCurator \
80-
--packVersion 0.0.0-verif \
80+
--packVersion 0.0.1 \
8181
--packDir stage/app \
8282
--mainExe Modificus.Curator.exe \
8383
--packTitle "Modificus Curator" \

0 commit comments

Comments
 (0)