Skip to content

Commit

Permalink
CI: avoid uploading build reports (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored Nov 14, 2023
2 parents 94efff8 + 9ef4b32 commit 6ab7b4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
name: macos_executable
path: |
dist/*
build_environment_report.txt
build_*.txt
if-no-files-found: error

build-ubuntu:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
name: ubuntu_executable
path: |
dist/*
build_environment_report.txt
build_*.txt
if-no-files-found: error

build-windows:
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
name: windows_executable
path: |
dist/*
build_environment_report.txt
build_*.txt
if-no-files-found: error

release:
Expand All @@ -192,7 +192,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: python_wheel
path: builds/wheel/
path: builds/wheel/dist/

- name: Retrieve artifact from MacOS build
uses: actions/download-artifact@v3
Expand All @@ -217,7 +217,7 @@ jobs:
with:
discussion_category_name: announcements
fail_on_unmatched_files: true
files: builds/**/*
files: builds/*/dist/*
generate_release_notes: true

release-pypi:
Expand Down

0 comments on commit 6ab7b4f

Please sign in to comment.