Skip to content

Commit

Permalink
Trying to get the correct foldur structure in the packadges
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 22, 2024
1 parent bb04084 commit a0cc213
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,15 @@ jobs:
vendor \
package/opencatalogi/
#Step 2: Create the .tar.gz archive
# Step 12: Create the ZIP archive with code in opencatalogi directory
- name: Create ZIP
run: |
zip -r opencatalogi.zip package
cd package && zip -r ../opencatalogi.zip opencatalogi
# Step 13: Create the TAR.GZ archive with code in opencatalogi directory
- name: Create Tarball
run: |
tar -czf opencatalogi.tar.gz package
cd package && tar -czf ../opencatalogi.tar.gz opencatalogi
# Step 14: Remove the package directory after creating archives and before freezing the code in an realease
- name: Clean up package directory
Expand Down

0 comments on commit a0cc213

Please sign in to comment.