mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Server build github action artifact upload fix try #3.
This commit is contained in:
parent
185e130377
commit
ebbcbe1439
2
.github/workflows/http_server_builds.yml
vendored
2
.github/workflows/http_server_builds.yml
vendored
@ -22,11 +22,13 @@ jobs:
|
||||
# cache-name: server-editor
|
||||
# target: release_debug
|
||||
# tools: true
|
||||
# artifact: true
|
||||
|
||||
- name: Linux HTTP Server (target=release, tools=no)
|
||||
cache-name: http-server-template
|
||||
target: release
|
||||
tools: false
|
||||
artifact: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
2
.github/workflows/server_builds.yml
vendored
2
.github/workflows/server_builds.yml
vendored
@ -22,11 +22,13 @@ jobs:
|
||||
cache-name: server-editor
|
||||
target: release_debug
|
||||
tools: true
|
||||
artifact: true
|
||||
|
||||
- name: Linux Server (target=release, tools=no)
|
||||
cache-name: server-template
|
||||
target: release
|
||||
tools: false
|
||||
artifact: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user