Skip to content

Commit

Permalink
Fix Release Action (#296)
Browse files Browse the repository at this point in the history
Motivation:
Release action was broken.

Modifications:
includes hidden files when uploading arfiacts

Results:
Bug fixed
  • Loading branch information
jchrys authored Jan 1, 2025
1 parent 07bae62 commit 0a8eb03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit 0a8eb03

Please sign in to comment.