Skip to content

Commit 22cd252

Browse files
author
Manuel Galle
committed
fix workflow
1 parent 5166f92 commit 22cd252

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git config user.name "GitHub Actions"
4040
4141
- name: Get Version from pom
42-
run: echo '::set-output name=BUILD_VERSION::$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)'
42+
run: echo ::set-output name=BUILD_VERSION::$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
4343
id: pom-version
4444

4545
- name: Check output
@@ -93,8 +93,8 @@ jobs:
9393
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9494
with:
9595
upload_url: ${{ steps.create_release.outputs.upload_url }}
96-
asset_path: ./all/target/graphql-voyager.all-1.0.0-SNAPSHOT.zip
97-
asset_name: graphql-voyager.all-1.0.0-SNAPSHOT.zip
96+
asset_path: ./ui.apps/target/graphql-voyager.ui.apps-1.0.0-SNAPSHOT.zip
97+
asset_name: graphql-voyager.zip
9898
asset_content_type: application/zip
9999

100100
# - name: Update Site Theme E2E Repo

0 commit comments

Comments
 (0)