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 10, 2024
1 parent 27c4aaf commit 09a4c6d
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 @@ -20,7 +20,8 @@ jobs:

- name: Create ZIP file
run: |
zip -r "BeneBlacklist-wrath.zip" BeneBlacklist
timestamp=$(date +"%Y-%m-%d")
zip -r "BeneBlacklist-wrath-$timestamp.zip" BeneBlacklist
rm -rf BeneBlacklist

Expand Down

0 comments on commit 09a4c6d

Please sign in to comment.