no message

This commit is contained in:
alexey.lysiuk 2024-10-10 15:41:28 +03:00
parent 60cb2a98df
commit 94e60a8762

View file

@ -36,6 +36,12 @@ jobs:
run: |
./build.py --target ${{ matrix.target }} --xcode
- name: Upload Package
uses: actions/upload-artifact@v4
with:
path: output
name: ${{ matrix.target }}
- name: List Build Directory
if: always()
shell: bash