Skip to content

Commit

Permalink
use dedicated upload artifact for vue.js site integration
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Dec 22, 2023
1 parent 856ae6e commit 8411bfc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: contains(github.ref, 'v')
uses: actions/upload-artifact@v3
with:
name: 'testdata-generator-ui'
name: 'testdata-generator-ui-dist'
path: 'testdata-generator-ui/dist'


Expand Down Expand Up @@ -187,7 +187,8 @@ jobs:
if: contains(github.ref, 'v')
uses: actions/download-artifact@v3
with:
name: 'testdata-generator-ui'
name: 'testdata-generator-ui-dist'
path: 'testdata-generator-ui/dist'

- name: "integrate vus.js ui into quarkus rest api"
run: |
Expand Down Expand Up @@ -287,7 +288,8 @@ jobs:
if: contains(github.ref, 'v')
uses: actions/download-artifact@v3
with:
name: 'testdata-generator-ui'
name: 'testdata-generator-ui-dist'
path: 'testdata-generator-ui/dist'

- name: "integrate vus.js ui into quarkus rest api"
run: |
Expand Down Expand Up @@ -409,7 +411,8 @@ jobs:
if: contains(github.ref, 'v')
uses: actions/download-artifact@v3
with:
name: 'testdata-generator-ui'
name: 'testdata-generator-ui-dist'
path: 'testdata-generator-ui/dist'

- name: "integrate vus.js ui into quarkus rest api"
run: |
Expand Down

0 comments on commit 8411bfc

Please sign in to comment.