Skip to content

Commit

Permalink
Merge pull request #11 from fordes123/dev
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
fordes123 authored Mar 26, 2024
2 parents c6afc28 + 71c7e38 commit 7887df5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Build
run: zip -r ITEM.zip . -x ".github/*"

- name: Build Changelog
id: changelog
uses: mikepenz/release-changelog-builder-action@v3
Expand All @@ -30,5 +33,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
body: ${{steps.changelog.outputs.changelog}}
files: ITEM.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7887df5

Please sign in to comment.