We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a7bbf commit f24d593Copy full SHA for f24d593
.github/workflows/build.yml
@@ -261,7 +261,7 @@ jobs:
261
releaseName: ${{ inputs.release-id && format('v{0}', steps.get-version.outputs.version) || '' }}
262
releaseId: ${{ inputs.release-id }}
263
assetNamePattern: ${{ steps.patch-release-name.outputs.platform }}
264
- args: ${{ inputs.build-args }}
+ args: ${{ inputs.build-args }} -- --locked
265
266
- name: Upload artifacts (macOS)
267
if: inputs.upload-artifacts && contains(inputs.platform, 'macos')
0 commit comments