From 2bf2d2aef7bed3564e3fb1019d85e0761eee4ceb Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 24 May 2021 11:07:39 -0400 Subject: [PATCH] try src/ --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26f6be8e..810028ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -348,6 +348,6 @@ jobs: if: github.event_name == 'push' && matrix.goal != 'test' with: path: | - *.tar.xz - *.zip - *.msi + src/*.tar.xz + src/*.zip + src/*.msi