Skip to content

Commit

Permalink
feat: Add the original assets file to the release
Browse files Browse the repository at this point in the history
It's easier to download it from the github release page than to navigate
to the code, click on the file, and click on download. Also, this makes
sure that the assets file is compatible with the current release.
  • Loading branch information
milonoir committed Oct 16, 2023
1 parent 645f3e4 commit c58dcfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
files: |
bin/*
game-assets-original.json
body_path: ".github/RELEASE-TEMPLATE.md"
tag_name: ${{ env.VERSION }}
draft: false
Expand Down

0 comments on commit c58dcfa

Please sign in to comment.