1 parent db553a7 commit 408e76aCopy full SHA for 408e76a
1 file changed
.github/workflows/gstreamer.yml
@@ -150,7 +150,7 @@ jobs:
150
docker run --rm \
151
-v ${{ github.workspace }}:/workspace \
152
waim908/ubuntuarm2404:wlt \
153
- /bin/bash /workspace/build_script.sh
+ /bin/bash -x /workspace/build_script.sh
154
155
# 设置输出变量(直接使用 release_tag)
156
echo "ARTIFACT_PATH=${{ github.workspace }}/gstreamer-full-${{ github.event.inputs.release_tag }}.tar.gz" >> $GITHUB_OUTPUT
0 commit comments