From a0d091a03f2adb44570aff266bada0c7ca96aadd Mon Sep 17 00:00:00 2001 From: Markson Date: Sat, 17 Jun 2023 14:18:24 +0800 Subject: [PATCH] build.yml: fix upload to release --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e51ebe35..d687cbfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,10 @@ jobs: - name: Download wing vendor run: go mod vendor working-directory: wing + + - name: Create full source ZIP archive and Signature + run: | + zip -9vr daed-full-src.zip . -x .git/\* - name: Upload artifact - full source uses: actions/upload-artifact@v3