Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be2e6a commit fca8516Copy full SHA for fca8516
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build libraries
29
shell: bash
30
run: |
31
- .github/dockcross/${{ matrix.target.image }} bash -c .github/build.sh "-DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}"
+ .github/dockcross/${{ matrix.target.image }} bash -c .github/build.sh -DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}
32
- name: Upload artifacts
33
uses: actions/upload-artifact@v3
34
with:
0 commit comments