Skip to content

Commit c9ca131

Browse files
authored
Update build-openwrt.yml
1 parent a90729a commit c9ca131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-openwrt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
continue-on-error: true
179179
run: |
180180
curl -fsSL git.io/file-transfer | sh
181-
cowurl=$(./transfer cow --block 2621440 -s -p 64 --no-progress ${FIRMWARE})
181+
cowurl=$(./transfer cow --block 2621440 -s --no-progress ${FIRMWARE})
182182
cowurl=$(echo $cowurl | grep -o -E "https[^ ]*")
183183
echo "::set-env name=COWURL::$cowurl"
184184
echo "Download Link: ${{ env.EMOJI }} $cowurl ${{ env.EMOJI }}"

0 commit comments

Comments
 (0)