We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aff1dc commit d532447Copy full SHA for d532447
1 file changed
.github/workflows/cd.yaml
@@ -110,17 +110,6 @@ jobs:
110
env:
111
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
112
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
-
124
- name: Upload build artifacts
125
uses: actions/upload-artifact@v6
126
with:
0 commit comments