1
0
Fork 0

actions: upload artifacts

This commit is contained in:
Ryan Lucia 2020-11-22 16:33:02 -05:00
parent 194521e777
commit 44fdeb361f
1 changed files with 8 additions and 0 deletions

View File

@ -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