mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +00:00
no message
This commit is contained in:
parent
60cb2a98df
commit
94e60a8762
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue