Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 10, 2024
1 parent 60cb2a9 commit 94e60a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94e60a8

Please sign in to comment.