Skip to content

Commit

Permalink
fix: allow hidden files in upload files
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Nov 29, 2024
1 parent 1c0b1d3 commit f43042a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
if: steps.check-artifacts.outputs.has_artifacts == 'true'
with:
name: artifacts
path: .cr-release-packages
include-hidden-files: true
path: .cr-release-packages/

publish-oci:
name: Publish to ghcr.io
Expand Down

0 comments on commit f43042a

Please sign in to comment.