Skip to content

Commit 0a8eb03

Browse files
authored
Fix Release Action (#296)
Motivation: Release action was broken. Modifications: includes hidden files when uploading arfiacts Results: Bug fixed
1 parent 07bae62 commit 0a8eb03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
with:
6868
name: prepare-workspace
6969
path: ${{ github.workspace }}
70+
include-hidden-files: true
71+
7072
- name: Rollback Release
7173
working-directory: ./prepare-workspace/
7274
if: ${{ failure() }}

0 commit comments

Comments
 (0)