Skip to content

Commit

Permalink
Merge pull request #191 from theohbrothers/docs/samples-fix-uploading…
Browse files Browse the repository at this point in the history
…-of-artifacts-in-release-job-for-github-actions

Docs (samples): Fix uploading of artifacts in release job for GitHub Actions
  • Loading branch information
joeltimothyoh authored Sep 7, 2024
2 parents aabb8cb + 4c79102 commit 0042d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: release-notes
include-hidden-files: true
path: PSRepositoryReleaseManager/.release-notes.md
- name: Create release
if: startsWith(github.ref, 'refs/tags/')
Expand Down
1 change: 1 addition & 0 deletions docs/samples/ci/github/github-workflows.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: release-notes
include-hidden-files: true
path: PSRepositoryReleaseManager/.release-notes.md
- name: Create release
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 0042d75

Please sign in to comment.