Skip to content

Commit f24d593

Browse files
committed
try locking on build??
1 parent c4a7bbf commit f24d593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
releaseName: ${{ inputs.release-id && format('v{0}', steps.get-version.outputs.version) || '' }}
262262
releaseId: ${{ inputs.release-id }}
263263
assetNamePattern: ${{ steps.patch-release-name.outputs.platform }}
264-
args: ${{ inputs.build-args }}
264+
args: ${{ inputs.build-args }} -- --locked
265265

266266
- name: Upload artifacts (macOS)
267267
if: inputs.upload-artifacts && contains(inputs.platform, 'macos')

0 commit comments

Comments
 (0)