aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create_release.yml34
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