Skip to content

Commit b6b9001

Browse files
Fix ci
1 parent 04470bb commit b6b9001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Build Linux binaries
9292
if: inputs.release && inputs.platform == 'linux'
9393
run: |
94-
make llrt-lambda-${{ inputs.release }}.zip
94+
make llrt-linux-${{ inputs.release }}.zip
9595
make release-${{ inputs.release }}
9696
- name: Build Darwin binaries
9797
if: inputs.release && inputs.platform == 'darwin'

0 commit comments

Comments
 (0)