We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01d334 commit ea282cbCopy full SHA for ea282cb
1 file changed
.github/workflows/pr-preview-build.yml
@@ -1,4 +1,4 @@
1
-name: PR Preview Build Release Binaries
+name: PR Preview Release Binaries
2
3
on:
4
pull_request:
@@ -29,7 +29,7 @@ jobs:
29
make gen
30
./check_unstaged.sh
31
32
- - name: Build and Upload
+ - name: Build
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
shell: bash
@@ -52,7 +52,7 @@ jobs:
52
- name: Upload Build Artifact
53
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
54
with:
55
- name: agentapi-build
+ name: agentapi-preview-build
56
path: ${{ github.workspace }}/out
57
retention-days: 7
58
0 commit comments