Rename artifact

This commit is contained in:
Ingo Oppermann 2024-02-22 21:09:17 +01:00
parent c2e95265ac
commit fa462d696d
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Upload React build as artifact
uses: actions/upload-artifact@v4
with:
name: react-build
name: restreamerui-main-build
path: build/
build-docker:
@ -38,7 +38,7 @@ jobs:
- name: Download React build artifact
uses: actions/download-artifact@v4
with:
name: react-build
name: restreamerui-main-build
path: build
- name: Get latest version from package.json

View File

@ -29,7 +29,7 @@ jobs:
- name: Upload React build as artifact
uses: actions/upload-artifact@v4
with:
name: react-build
name: restreamerui-dev-build
path: build/
build-docker:
@ -42,7 +42,7 @@ jobs:
- name: Download React build artifact
uses: actions/download-artifact@v4
with:
name: react-build
name: restreamerui-dev-build
path: build
- name: Docker meta