Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Krught authored Jan 4, 2024
1 parent ec7fd5c commit 8ac009b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Create BeneBlacklist folder
run: |
mkdir BeneBlacklist
cp -r !(.github|.gitignore|pkgmeta.yaml) BeneBlacklist/
find . -maxdepth 1 -type f ! -name '*.github' ! -name '.gitignore' ! -name 'pkgmeta.yaml' -exec cp -r {} BeneBlacklist \;

- name: Create ZIP file
run: |
Expand Down

0 comments on commit 8ac009b

Please sign in to comment.