Skip to content

Commit 64d4900

Browse files
authored
Update release-build.yml
1 parent b0c93c7 commit 64d4900

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ jobs:
165165
with:
166166
name: spc-${{ matrix.operating-system.name }}${{ env.SUFFIX }}
167167

168+
- name: "Chmod"
169+
if: matrix.operating-system.name != 'windows-x64'
170+
run: chmod +x spc
171+
168172
- name: "Run SPC Tests"
169173
env:
170174
SUFFIX: ${{ matrix.operating-system.name == 'windows-x64' && '.exe' || '' }}

0 commit comments

Comments
 (0)