Skip to content

Commit

Permalink
Don't zip the subfolder too
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectsByJackHe authored Jul 2, 2024
1 parent 9a5c749 commit 1c76f5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main_netperfapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c76f5f

Please # to comment.