mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-19 18:12:15 +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: |
|
run: |
|
||||||
./build.py --target ${{ matrix.target }} --xcode
|
./build.py --target ${{ matrix.target }} --xcode
|
||||||
|
|
||||||
|
- name: Upload Package
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
path: output
|
||||||
|
name: ${{ matrix.target }}
|
||||||
|
|
||||||
- name: List Build Directory
|
- name: List Build Directory
|
||||||
if: always()
|
if: always()
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue