From 44fdeb361f4ecd7fda7a563ba3d28712ffa6653e Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Sun, 22 Nov 2020 16:33:02 -0500 Subject: [PATCH] actions: upload artifacts --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01dbbf193..95e8f4e51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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