From e3a77c29609dff10da24254d934006f9dd7ef25e Mon Sep 17 00:00:00 2001 From: saiaunghlyanhtet Date: Wed, 17 Apr 2024 09:52:00 +0630 Subject: [PATCH] fix: update github-ci.yml --- .github/workflows/github-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 36fd287..54ac93f 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -26,7 +26,7 @@ jobs: run: mkdir temp - name: Copy files to temporary directory - run: cp -r !(temp) temp/ + run: find . -maxdepth 1 -mindepth 1 -not -name 'temp' -exec cp -r {} temp/ - name: Zip binary run: zip -r app.zip temp/