chore: update the file

This commit is contained in:
x-tools-author 2025-04-24 16:52:55 +08:00
parent d8651be1f7
commit 3b6e4853a3

View File

@ -25,4 +25,7 @@ jobs:
- name: build for linux with docker
run: |
docker run --rm -v ${{ github.workspace }}:/workspace ${{ env.DOCKER_IMAGE }} /bin/bash -c "\
cd /workspace && chmod +x ./scripts/ci-build-ubuntu-20.04.sh && ./scripts/ci-build-ubuntu-20.04.sh"
cd /workspace && chmod +x ./scripts/ci-build-ubuntu-20.04.sh && ./scripts/ci-build-ubuntu-20.04.sh"
- name: check output files
run: |
tree ./bin/Linux/Release/xTools-linux -L 2