From 1ba27982dcf5daf041b410917befaf94a67647e0 Mon Sep 17 00:00:00 2001 From: jchrys Date: Wed, 1 Jan 2025 11:11:38 +0900 Subject: [PATCH] Fix Release Action Motivation: Release action was broken. Modifications: includes hidden files when uploading arfiacts Results: Bug fixed --- .github/workflows/cd-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index afe780792..a57a2e58e 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -67,6 +67,8 @@ jobs: with: name: prepare-workspace path: ${{ github.workspace }} + include-hidden-files: true + - name: Rollback Release working-directory: ./prepare-workspace/ if: ${{ failure() }}