Skip to content

Commit 8ec1a4f

Browse files
committed
fix: try +x-ing verifier?
1 parent c5db421 commit 8ec1a4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
with:
4545
name: verifier-builds
4646
path: verifier/dist/
47+
- name: Apply +x to verifier
48+
if: matrix.platform != 'windows-2022'
49+
run: chmod +x verifier/dist/*
4750
- name: Setup pnpm
4851
uses: pnpm/action-setup@v3
4952
with:

0 commit comments

Comments
 (0)