From f09cc4c71d0a09ffc40890276e129d99304bbce6 Mon Sep 17 00:00:00 2001 From: karutoh Date: Wed, 31 Jan 2024 17:34:45 -0800 Subject: [PATCH] Test --- .gitea/workflows/Build_Release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/Build_Release.yaml b/.gitea/workflows/Build_Release.yaml index b2902e5..20beae5 100644 --- a/.gitea/workflows/Build_Release.yaml +++ b/.gitea/workflows/Build_Release.yaml @@ -23,7 +23,7 @@ jobs: cmake --build . --config Debug - name: Zipping Binaries - run: zip ehs-linux-x86_64.zip libEHS.a StrToHash + run: zip -r ehs-linux-x86_64.zip include libEHS.a StrToHash - uses: https://github.com/actions/setup-go@v4 with: @@ -53,7 +53,7 @@ jobs: cmake --build . --config Debug - name: Zipping Binaries - run: zip ehs-linux-aarch64.zip libEHS.a StrToHash + run: zip -r ehs-linux-aarch64.zip include libEHS.a StrToHash - uses: https://github.com/actions/setup-go@v4 with: