gitea version (first attempt)

This commit is contained in:
mullayanov
2025-04-17 11:33:38 +05:00
parent 6bf569ec26
commit 3ee605d03e
5 changed files with 29 additions and 151 deletions

View File

@@ -1,2 +1 @@
Invoke-WebRequest -Uri "https://github.com/actions/runner/releases/download/v$env:RUNNER_VERSION/actions-runner-win-x64-$env:RUNNER_VERSION.zip" -OutFile "actions-runner.zip"
Expand-Archive -Path ".\\actions-runner.zip" -DestinationPath '.'
Invoke-WebRequest -Uri "https://gitea.com/gitea/act_runner/releases/download/v$env:RUNNER_VERSION/act_runner-$env:RUNNER_VERSION-windows-amd64.exe" -OutFile "act_runner.exe"