Skip to content

Commit

Permalink
ci: add UI version to filename of ui package
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Mar 18, 2024
1 parent 1290ff5 commit df951db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
- name: Build and zip UI-Plugin
run : |
cd ./ui
UI_VERSION=$(jq -r .version package.json)
npm run build-ci
cd dist/apps/tedge-container-plugin-ui
zip -r -q ../../../../dist/tedge-container-plugin-ui.zip *
zip -r -q "../../../../dist/tedge-container-plugin-ui_${UI_VERSION}.zip" *
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit df951db

Please sign in to comment.