Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY authored Oct 2, 2024
1 parent 68947d6 commit 9487515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/download-artifact@v4
- run: ls
- name: Pack into one
run: 7z a BugTrap.zip ./BugTrap */*
run: 7z a BugTrap.zip "./BugTrap */*"
- run: ls
- name: Upload artifacts
uses: actions/upload-artifact@main
Expand Down

0 comments on commit 9487515

Please sign in to comment.