diff options
| author | Dan Engelbrecht <[email protected]> | 2022-05-25 20:06:16 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-02 00:35:51 +0200 |
| commit | f45bd3e1f975fb3ce64eccea62563967b0ca94de (patch) | |
| tree | a89e6df4f53b6a12b2703818c912b13ca6f5121a /.github/workflows | |
| parent | check out repo to get to CHANGELOG.md (diff) | |
| download | zen-f45bd3e1f975fb3ce64eccea62563967b0ca94de.tar.xz zen-f45bd3e1f975fb3ce64eccea62563967b0ca94de.zip | |
cleanup
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create_release.yml | 8 |
1 files 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 |