mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-07-16 06:19:58 +00:00
fix(CI): Maybe fix indent issues.
Untested.
This commit is contained in:
parent
18999e134c
commit
3c93585b19
21
.github/workflows/build.yml
vendored
21
.github/workflows/build.yml
vendored
@ -116,17 +116,16 @@ jobs:
|
||||
run: ./waf configure ${{ matrix.bits }} ${{ matrix.flags }} ${{ env.WAF_FLAGS }}
|
||||
- name: Build ${{ matrix.os }}
|
||||
run: ./waf install
|
||||
|
||||
- name: 'Upload build'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: windows${{matrix.bits}}${{matrix.flags}}
|
||||
path: |
|
||||
- name: 'Upload build'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: windows${{matrix.bits}}${{matrix.flags}}
|
||||
path: |
|
||||
build_hl2
|
||||
!build_hl2/**/*.pdb
|
||||
- name: 'Upload debug symbols'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: windows${{matrix.bits}}${{matrix.flags}}
|
||||
path: |
|
||||
- name: 'Upload debug symbols'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: windows${{matrix.bits}}${{matrix.flags}}
|
||||
path: |
|
||||
build_hl2/**/*.pdb
|
||||
Loading…
Reference in New Issue
Block a user