From 1c76f5fe424d652b985a0a80c128518400a1e905 Mon Sep 17 00:00:00 2001 From: "Jack He (Github)" Date: Tue, 2 Jul 2024 16:33:37 -0700 Subject: [PATCH] Don't zip the subfolder too --- .github/workflows/main_netperfapi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_netperfapi.yml b/.github/workflows/main_netperfapi.yml index b0e8128d..4da03bc7 100644 --- a/.github/workflows/main_netperfapi.yml +++ b/.github/workflows/main_netperfapi.yml @@ -29,7 +29,9 @@ jobs: npm run test --if-present - name: Zip artifact for deployment - run: zip release.zip ./netperf-1es-syncer/* -r + run: | + cd ./netperf-1es-syncer + zip release.zip ./* -r - name: Upload artifact for deployment job uses: actions/upload-artifact@v3