Skip to content

Commit

Permalink
Merge pull request #8 from DC23/orffen#76-Release-Automation
Browse files Browse the repository at this point in the history
renaming zip to basicfantasyrpg.zip
  • Loading branch information
DC23 authored Nov 27, 2024
2 parents 6d8d560 + 45253f6 commit ab76164
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-creation.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}}/basicfantasyrpg.zip

# Create a zip file with all files required by the module to add to the release
- run: zip -r ./${{github.event.release.tag_name}}.zip system.json template.json LICENSE lang/ module/ styles/ templates/
- run: zip -r ./basicfantasyrpg.zip system.json template.json LICENSE lang/ module/ styles/ templates/

# Create a release for this specific version
- name: Update Release with Files
Expand All @@ -37,7 +37,6 @@ jobs:
allowUpdates: true # Set this to false if you want to prevent updating existing releases
draft: false
prerelease: false
removeArtifacts: true # does this remove the default artifacts?
artifacts: './system.json, ./${{ github.event.release.tag_name }}.zip'
artifacts: './system.json, ./basicfantasyrpg.zip'
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}

0 comments on commit ab76164

Please sign in to comment.