Skip to content

Commit

Permalink
Error check on cp command
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 22, 2024
1 parent 257fe76 commit b3d86bb
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,25 +86,7 @@ jobs:
- name: Copy the packadge files into the packadge
run: |
mkdir -p package/opencatalogi
cp -r \
README.md \
CHANGELOG.md \
LICENSE.md \
psalm.xml \
package.json \
package-lock.json \
openapi.json \
composer.json \
appinfo \
css \
img \
js \
lib \
node_modules \
src \
templates \
vendor \
package/opencatalogi
cp -r README.md CHANGELOG.md LICENSE.md psalm.xml package.json package-lock.json openapi.json composer.json appinfo css img js lib node_modules src templates vendor package/opencatalogi/
# Step 12: Create the ZIP archive with code in opencatalogi directory
- name: Create ZIP
Expand Down

0 comments on commit b3d86bb

Please sign in to comment.