Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fca8516

Browse files
committed
Update release workflow
1 parent 9be2e6a commit fca8516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build libraries
2929
shell: bash
3030
run: |
31-
.github/dockcross/${{ matrix.target.image }} bash -c .github/build.sh "-DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}"
31+
.github/dockcross/${{ matrix.target.image }} bash -c .github/build.sh -DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}
3232
- name: Upload artifacts
3333
uses: actions/upload-artifact@v3
3434
with:

0 commit comments

Comments
 (0)