From f45bd3e1f975fb3ce64eccea62563967b0ca94de Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Wed, 25 May 2022 20:06:16 +0200 Subject: cleanup --- .github/workflows/create_release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index bfc5d612b..9ba83aeda 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -43,8 +43,8 @@ jobs: # env: # VCPKG_ROOT: ${{ github.workspace }}/.vcpkg # -# - uses: actions/upload-artifact@v3 -# name: upload artifacts +# . name: zenserver-win64 +# uses: actions/upload-artifact@v3 # with: # name: zenserver-win64 # path: build/zenserver-win64.zip @@ -89,8 +89,8 @@ jobs: env: VCPKG_ROOT: ${{ github.workspace }}/.vcpkg - - uses: actions/upload-artifact@v3 - name: upload zenserver-linux + - name: upload zenserver-linux + uses: actions/upload-artifact@v3 with: name: zenserver-linux path: build/zenserver-linux.zip -- cgit v1.2.3