From 0a8eb03419bf12b487adc3d259b3482ed36fb163 Mon Sep 17 00:00:00 2001 From: jchrys Date: Wed, 1 Jan 2025 11:16:23 +0900 Subject: [PATCH] Fix Release Action (#296) 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 afe78079..a57a2e58 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() }}