Skip to content

Commit 7bd40db

Browse files
committed
chore(ci/cd): fail fast if no files matched for Windows build
1 parent d3edd1d commit 7bd40db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/lf-build-windows-x86_64.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ on:
2222
# modify the default permissions granted to the GITHUB_TOKEN
2323
permissions:
2424
contents: 'read'
25-
actions: 'read'
2625

2726
jobs:
2827
build-windows-x86_64:
@@ -111,7 +110,6 @@ jobs:
111110
signing-policy-slug: 'release-signing'
112111
artifact-configuration-slug: 'compiled'
113112
github-artifact-id: '${{ steps.upload-unsigned-compiled.outputs.artifact-id }}'
114-
github-token: '${{ secrets.GITHUB_TOKEN }}'
115113
wait-for-completion: true
116114
# note: the path is always relative to GITHUB_WORKSPACE (hardcoded in the signpath action)
117115
# and will be created if it does not exist

0 commit comments

Comments
 (0)