Skip to content

Commit

Permalink
CI: Exclude gh-pages artifact from release
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Mar 17, 2023
1 parent 34053fd commit 0ad3995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-pull-request-merge-reaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Zip up release artifacts
shell: pwsh
run: |
$artifact_folders = Get-ChildItem -Directory -Path "${{ env.artifacts_path }}"
$artifact_folders = Get-ChildItem -Directory -Path "${{ env.artifacts_path }}" -Exclude "github-pages"
foreach($art_dir in $artifact_folders)
{
$name = $art_dir.name
Expand Down

0 comments on commit 0ad3995

Please sign in to comment.