Skip to content

Commit

Permalink
fix(ci): minor correction
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
  • Loading branch information
andrey18106 committed Sep 27, 2024
1 parent 5077e2e commit 10762c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ jobs:

nc-host-network-host:
runs-on: ubuntu-22.04
name: NC In Host(network=host) • master • 🐘8.2
name: NC In Host(network=host) • stable30 • 🐘8.2

services:
postgres:
Expand All @@ -560,7 +560,7 @@ jobs:
with:
submodules: true
repository: nextcloud/server
ref: master
ref: stable30

- name: Checkout AppAPI
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down Expand Up @@ -636,23 +636,23 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: nc_host_network_host_master_8.2_container.json
name: nc_host_network_host_stable30_8.2_container.json
path: container.json
if-no-files-found: warn

- name: Upload Container logs
if: always()
uses: actions/upload-artifact@v3
with:
name: nc_host_network_host_master_8.2_container.log
name: nc_host_network_host_stable30_8.2_container.log
path: container.log
if-no-files-found: warn

- name: Upload NC logs
if: always()
uses: actions/upload-artifact@v3
with:
name: nc_host_network_host_master_8.2_nextcloud.log
name: nc_host_network_host_stable30_8.2_nextcloud.log
path: data/nextcloud.log
if-no-files-found: warn

Expand Down

0 comments on commit 10762c4

Please sign in to comment.