From 68947d670217cb9cd80661e60584e552ecef6ee6 Mon Sep 17 00:00:00 2001 From: Sultan Uramaev Date: Wed, 2 Oct 2024 15:01:15 +0300 Subject: [PATCH] Packing step 3 --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3737ab..c21aeb3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,14 +55,11 @@ jobs: - name: Download everything from previous jobs uses: actions/download-artifact@v4 - run: ls - - name: Unpack all archives - run: 7z x * -otemp - - run: ls - name: Pack into one - run: 7z a BugTrap.zip ./temp/* + run: 7z a BugTrap.zip ./BugTrap */* - run: ls - name: Upload artifacts uses: actions/upload-artifact@main with: name: BugTrap (github-${{ github.run_number }}).zip - path: temp/* + path: BugTrap */