Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dprzybyl committed Mar 27, 2024
1 parent 73b0e32 commit f2a4aed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
mkdir artifacts
find ./app/aem/all/build/packageCompose -name "*.zip" -print0 | xargs -0 cp -t "artifacts"
find ./app/aem/all.cloud/build/packageCompose -name "*.zip" -print0 | xargs -0 cp -t "artifacts"
find ./app/aem/ui.apps/build/packageCompose -name "*.zip" -print0 | xargs -0 cp -t "artifacts"
find ./app/aem/ui.apps.cloud/build/packageCompose -name "*.zip" -print0 | xargs -0 cp -t "artifacts"
find ./app/aem/actions.checks/build/packageCompose -name "*.zip" -print0 | xargs -0 cp -t "artifacts"
find ./artifacts -name '*.zip' -exec bash -c ' mv $0 ${0/core/apmt}' {} \;
- name: Upload Release Asset
Expand Down

0 comments on commit f2a4aed

Please sign in to comment.