Update actions runner requirements
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Failing after 54s
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Failing after 54s
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-to-gitea-releases:
|
deploy-to-gitea-releases:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest-x86-64
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/catthehacker/ubuntu:dotnet-latest
|
image: ghcr.io/catthehacker/ubuntu:dotnet-latest
|
||||||
@@ -34,4 +34,4 @@ jobs:
|
|||||||
dotnet tool install -g vpk
|
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] 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 }}
|
vpk [win] upload gitea --channel win-x64 --repoUrl https://gitea.kaczorzoo.net/ckaczor/WorkIndicator --publish --releaseName "${{ steps.version.outputs.version }}" --token ${{ secrets.VPK_TOKEN }}
|
||||||
Reference in New Issue
Block a user