Skip to content

Commit ea282cb

Browse files
committed
chore: minor fixes
1 parent c01d334 commit ea282cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR Preview Build Release Binaries
1+
name: PR Preview Release Binaries
22

33
on:
44
pull_request:
@@ -29,7 +29,7 @@ jobs:
2929
make gen
3030
./check_unstaged.sh
3131
32-
- name: Build and Upload
32+
- name: Build
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
shell: bash
@@ -52,7 +52,7 @@ jobs:
5252
- name: Upload Build Artifact
5353
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5454
with:
55-
name: agentapi-build
55+
name: agentapi-preview-build
5656
path: ${{ github.workspace }}/out
5757
retention-days: 7
5858

0 commit comments

Comments
 (0)