Skip to content

Commit d532447

Browse files
committed
ci(cd): remove linux wrapper validation step
1 parent 2aff1dc commit d532447

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/cd.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,6 @@ jobs:
110110
env:
111111
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
112112

113-
- name: Validate Linux launcher wrapper
114-
if: matrix.platform == 'linux'
115-
run: |
116-
launcher_path=build/dist/linux-unpacked/SpringBoard
117-
test -f "$launcher_path"
118-
sh -n "$launcher_path"
119-
if grep -q '\\\\"' "$launcher_path"; then
120-
echo "Invalid escaped quotes found in launcher wrapper: $launcher_path"
121-
exit 1
122-
fi
123-
124113
- name: Upload build artifacts
125114
uses: actions/upload-artifact@v6
126115
with:

0 commit comments

Comments
 (0)