diff options
| author | Dan Engelbrecht <[email protected]> | 2022-06-02 10:00:47 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-02 10:00:47 +0200 |
| commit | c64d730ce45aa032d6d974d0d1288c29a8873fda (patch) | |
| tree | 7a94f8d9fbcc918b829c69a8743905a58a444906 /.github/workflows | |
| parent | release spelling (diff) | |
| download | zen-c64d730ce45aa032d6d974d0d1288c29a8873fda.tar.xz zen-c64d730ce45aa032d6d974d0d1288c29a8873fda.zip | |
move release job to in-house linux agent
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create_release.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 7c7bb06cf..fba2ec1b1 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -15,8 +15,6 @@ jobs: VCPKG_VERSION: 2022.03.10 steps: - - run: echo ${env:PATH} - - uses: actions/checkout@v2 - name: Setup xmake @@ -98,7 +96,7 @@ jobs: path: build/zenserver-linux.zip create-release: - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64] needs: [bundle-linux, bundle-windows] steps: - uses: actions/checkout@v2 |