diff options
| author | Dan Engelbrecht <[email protected]> | 2022-05-28 00:31:49 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-02 00:35:51 +0200 |
| commit | 516ebc332eb47d2f2d1da302f844f419e054a3eb (patch) | |
| tree | b14d953c2986f04f2a3b4834463878cedb8d66aa /.github/workflows | |
| parent | make sure cancel old builds runs first (diff) | |
| download | zen-516ebc332eb47d2f2d1da302f844f419e054a3eb.tar.xz zen-516ebc332eb47d2f2d1da302f844f419e054a3eb.zip | |
re-enable windows bundle
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create_release.yml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index fb6d41ff9..6827030c1 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -39,17 +39,17 @@ jobs: ${{ github.workspace }}\.vcpkg\installed key: ${{ runner.os }}-release-${{env.VCPKG_VERSION}}-${{ hashFiles('xmake.lua') }}-x64-v5 -# - name: Bundle -# run: | -# xmake bundle -v -y -# env: -# VCPKG_ROOT: ${{ github.workspace }}/.vcpkg -# -# - name: Upload zenserver-win64 -# uses: actions/upload-artifact@v3 -# with: -# name: zenserver-win64 -# path: build/zenserver-win64.zip + - name: Bundle + run: | + xmake bundle -v -y + env: + VCPKG_ROOT: ${{ github.workspace }}/.vcpkg + + - name: Upload zenserver-win64 + uses: actions/upload-artifact@v3 + with: + name: zenserver-win64 + path: build/zenserver-win64.zip bundle-linux: runs-on: [self-hosted, linux, x64] @@ -109,11 +109,11 @@ jobs: name: zenserver-linux path: linux -# - name: Download Windows artifacts -# uses: actions/download-artifact@v1 -# with: -# name: zenserver-win64 -# path: win64 + - name: Download Windows artifacts + uses: actions/download-artifact@v1 + with: + name: zenserver-win64 + path: win64 - name: Check prerelease id: get-prerelease @@ -142,4 +142,4 @@ jobs: prerelease: ${{steps.get-prerelease.outputs.value}} files: | linux/zenserver-linux.zip -# win64/zenserver-win64.zip + win64/zenserver-win64.zip |