From 0c852025adcb668b4019713bd1f235f9e52bd272 Mon Sep 17 00:00:00 2001 From: "qbox-duck[bot]" <152818034+qbox-duck[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 17:52:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/'=20wi?= =?UTF-8?q?th=20remote=20'repo-template/.github/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index e0e9fc7..23acf5a 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -22,7 +22,9 @@ jobs: - name: Bundle files run: | rm -rf ./.github ./.vscode ./.git - zip -r ./${{ github.event.repository.name }}.zip ./ + mkdir ./${{ github.event.repository.name }} + find . -mindepth 1 -type d -exec cp * {} \; + zip -r ./${{ github.event.repository.name }}.zip ./${{ github.event.repository.name }} - name: Get App Token uses: actions/create-github-app-token@v1.6.1