We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04470bb commit b6b9001Copy full SHA for b6b9001
.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Build Linux binaries
92
if: inputs.release && inputs.platform == 'linux'
93
run: |
94
- make llrt-lambda-${{ inputs.release }}.zip
+ make llrt-linux-${{ inputs.release }}.zip
95
make release-${{ inputs.release }}
96
- name: Build Darwin binaries
97
if: inputs.release && inputs.platform == 'darwin'
0 commit comments