Skip to content

Commit

Permalink
fix: try +x-ing verifier?
Browse files Browse the repository at this point in the history
  • Loading branch information
vgskye committed Oct 19, 2024
1 parent c5db421 commit 8ec1a4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
with:
name: verifier-builds
path: verifier/dist/
- name: Apply +x to verifier
if: matrix.platform != 'windows-2022'
run: chmod +x verifier/dist/*
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit 8ec1a4f

Please sign in to comment.