Skip to content

πŸ“¦ Package Rebuild - for bouble to zip all folder starting with breaeth*

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 07:46
· 6 commits to main since this release

πŸ›ˆ General Changes since the last release

diff --git a/.github/workflows/build-pkg.yml b/.github/workflows/build-pkg.yml
index 89c0e98..7051d14 100644
--- a/.github/workflows/build-pkg.yml
+++ b/.github/workflows/build-pkg.yml
@@ -26,10 +26,10 @@ jobs:
         run: mkdir -v output
       - name: Building all packages
         run: |
-          for folder in "breath*"
+          for folder in breath*
           do
             folderName=$(basename $folder)
-            cd folder && zip -r $folderName.zip $folderName && cd ../
+            cd $folderName; zip -r ../output/$folderName.zip *; cd ..
           done
       - name: Release Breath packages to GitHub
         uses: softprops/action-gh-release@v1

🚚 Package Delivery System - Triggered by ae25a3e at 2022-07-19T12:48:23Z