Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pr-preview-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Preview Release Binaries
name: PR Preview Build

on:
pull_request:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: agentapi-preview-build
name: agentapi-build-${{ github.event.pull_request.number }}
path: ${{ github.workspace }}/out
retention-days: 7

Expand Down