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 670a380 commit 96bb80b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Exclude unwanted files and create ZIP
run: |
zip -r BeneBlacklist.zip . -x '.github/*' '.gitignore' 'pkgmeta.yaml'
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Todays Build"
files: |
BeneBlacklist.zip

0 comments on commit 96bb80b

Please sign in to comment.