π¦ Package Rebuild - for bouble to zip all folder starting with breaeth*
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