Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DrOgres committed Aug 30, 2021
2 parents acadef8 + 46f3e58 commit 9d756e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip

# Create a zip file with all files required by the system to add to the release
- run: zip -r ./system.zip LICENSE README.md system.json template.json asset/ lang/ model/ script/ style/
- run: zip -r ./system.zip LICENSE README.md system.json template.json asset/ lang/ model/ script/ style/ templates/ fonts/

# Create a release for this specific version
- name: Update Release with Files
Expand All @@ -39,4 +39,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './system.json, ./system.zip'
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}
body: ${{ github.event.release.body }}

0 comments on commit 9d756e3

Please sign in to comment.