actions: upload artifacts
This commit is contained in:
parent
194521e777
commit
44fdeb361f
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -70,3 +70,11 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: meson compile -C build
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
if: matrix.config.os == 'windows-latest'
|
||||
with:
|
||||
name: ${{ matrix.config.name }}
|
||||
path: |
|
||||
build/Aegisub-*.exe
|
||||
|
|
Loading…
Reference in a new issue