From 96ad61b9cf69cb42f2e34d4e8efc76db9f1e12fb Mon Sep 17 00:00:00 2001 From: turupawn Date: Sat, 5 Dec 2020 12:19:43 +0000 Subject: [PATCH] fixx667 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac1ed1f..7b48832 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -141,8 +141,8 @@ jobs: - name: Build id: build run: | - zip -r tribilin.zip . -i artifacts/* - ls + zip -r tribilin.zip artifacts/* + ls artifacts/ - name: Upload Release Asset id: upload-release-asset