Skip to content

Commit e96587e

Browse files
Update release-build.yml
1 parent c87a1a6 commit e96587e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323

2424
- name: Download psmoveapi prebuilt
2525
run: |
26-
curl -L -o psmoveapi.${{ matrix.asset }} \
27-
https://github.com/thp/psmoveapi/releases/download/4.0.12/${{ matrix.asset }}
26+
curl -L -o psmoveapi.${{ matrix.asset }} https://github.com/thp/psmoveapi/releases/download/4.0.12/${{ matrix.asset }}
2827
2928
- name: Extract psmoveapi (Linux/macOS)
3029
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)