Skip to content

Commit db741b3

Browse files
authored
Update pr-builder.yml
1 parent 7ddbaa3 commit db741b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
value: "${{steps.version.outputs.major}}.${{steps.version.outputs.minor}}.${{steps.version.outputs.patch}}-dev"
4646
- uses: actions/upload-artifact@v2
4747
with:
48-
name: "${{ github.base_ref }}-${{ github.run_id }}"
48+
name: "PR-${{github.event.number}}"
4949
path: |
5050
${{ github.workspace }}/**/*
5151
!.git*

0 commit comments

Comments
 (0)