Skip to content

Commit 0042d75

Browse files
Merge pull request #191 from theohbrothers/docs/samples-fix-uploading-of-artifacts-in-release-job-for-github-actions
Docs (samples): Fix uploading of artifacts in release job for GitHub Actions
2 parents aabb8cb + 4c79102 commit 0042d75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/samples/ci/github/github-workflows.linux-container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uses: actions/upload-artifact@v4
5252
with:
5353
name: release-notes
54+
include-hidden-files: true
5455
path: PSRepositoryReleaseManager/.release-notes.md
5556
- name: Create release
5657
if: startsWith(github.ref, 'refs/tags/')

docs/samples/ci/github/github-workflows.linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: actions/upload-artifact@v4
4747
with:
4848
name: release-notes
49+
include-hidden-files: true
4950
path: PSRepositoryReleaseManager/.release-notes.md
5051
- name: Create release
5152
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)