diff --git a/.github/workflows/http_server_builds.yml b/.github/workflows/http_server_builds.yml index 9515fe30b..14bfcba3e 100644 --- a/.github/workflows/http_server_builds.yml +++ b/.github/workflows/http_server_builds.yml @@ -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 diff --git a/.github/workflows/server_builds.yml b/.github/workflows/server_builds.yml index 0b890ceb0..a881c29cf 100644 --- a/.github/workflows/server_builds.yml +++ b/.github/workflows/server_builds.yml @@ -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