We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086ec1f commit f4f6643Copy full SHA for f4f6643
.github/workflows/pr-preview-build.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Upload Build Artifact
53
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
54
with:
55
- name: agentapi-preview-build
+ name: agentapi-build-${{ github.event.pull_request.number }}
56
path: ${{ github.workspace }}/out
57
retention-days: 7
58
0 commit comments