Skip to content

Commit 7521ad6

Browse files
Added upload step to PR build
1 parent 9057e5d commit 7521ad6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/pr-build-python.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
click-to-expand: true
3838
report-title: 'Test Report'
3939

40+
- name: Upload build artifacts
41+
uses: actions/upload-artifact@v4
42+
with:
43+
name: pythonproject-build
44+
path: src/**
45+
if-no-files-found: error
46+
4047
# create a test summary markdown file
4148
# if you don't specify an output file, it will automatically add
4249
# as a job summary. If you specify an output file, you have to

0 commit comments

Comments
 (0)