diff options
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 |