Skip to content

Commit f4f6643

Browse files
committed
fix: fix build name
1 parent 086ec1f commit f4f6643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Upload Build Artifact
5353
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5454
with:
55-
name: agentapi-preview-build
55+
name: agentapi-build-${{ github.event.pull_request.number }}
5656
path: ${{ github.workspace }}/out
5757
retention-days: 7
5858

0 commit comments

Comments
 (0)