Skip to content

Commit

Permalink
Rename artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Feb 22, 2024
1 parent c2e9526 commit fa462d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_restreamer-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_restreamer-ui_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit fa462d6

Please sign in to comment.