Compare commits

...
1 Commits
Author SHA1 Message Date
ckaczor a75a2d8926 Update main with latest code
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Successful in 34s
2026-08-18 13:05:35 -04:00
+1 -2
View File
@@ -4,7 +4,6 @@ on:
push:
branches:
- main
- develop
workflow_dispatch:
@@ -32,6 +31,6 @@ jobs:
run: |
export PATH="$PATH:/root/.dotnet/tools"
dotnet tool install -g vpk
#vpk [win] download gitea --channel win-x86 --repoUrl https://gitea.kaczorzoo.net/ckaczor/WorkIndicator
vpk [win] download gitea --channel win-x86 --repoUrl https://gitea.kaczorzoo.net/ckaczor/WorkIndicator
vpk [win] pack --channel win-x64 -u WorkIndicator -v ${{ steps.version.outputs.version }} -p publish --packTitle "Work Indicator" --shortcuts StartMenuRoot --framework net10.0-x64-desktop
vpk [win] upload gitea --channel win-x64 --repoUrl https://gitea.kaczorzoo.net/ckaczor/WorkIndicator --publish --releaseName "${{ steps.version.outputs.version }}" --token ${{ secrets.VPK_TOKEN }}