Skip to content

Commit

Permalink
Fix Release Action
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 committed Jan 1, 2025
1 parent 07bae62 commit 1ba2798
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 1ba2798

Please sign in to comment.