Skip to content

Commit

Permalink
Packing step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY authored Oct 2, 2024
1 parent b899a63 commit 68947d6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 68947d6

Please sign in to comment.