Skip to content

Commit fd3c763

Browse files
committed
Update build-release-binaries.yml
1 parent 77bdf60 commit fd3c763

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-release-binaries.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "*"
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
name: Build Binary (${{ matrix.os }})
@@ -45,7 +48,6 @@ jobs:
4548
4649
- name: Install SPC
4750
run: |
48-
mkdir -p bin
4951
wget "https://github.com/crazywhalecc/static-php-cli/releases/latest/download/spc-${{ matrix.spc_suffix }}"
5052
tar xzf "spc-${{ matrix.spc_suffix }}"
5153
chmod +x ./spc

0 commit comments

Comments
 (0)