Skip to content

Commit

Permalink
Include command_config.json in the release bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
huderlem committed Aug 15, 2024
1 parent c01a8e6 commit 839e8db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
mkdir poryscript-linux
cp poryscript poryscript-linux
cp font_config.json poryscript-linux
cp command_config.json poryscript-linux
cp CHANGELOG.md poryscript-linux
cp README.md poryscript-linux
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
mkdir poryscript-mac
cp poryscript poryscript-mac
cp font_config.json poryscript-mac
cp command_config.json poryscript-mac
cp CHANGELOG.md poryscript-mac
cp README.md poryscript-mac
Expand Down Expand Up @@ -126,6 +128,7 @@ jobs:
mkdir poryscript-windows
cp poryscript.exe poryscript-windows
cp font_config.json poryscript-windows
cp command_config.json poryscript-windows
cp CHANGELOG.md poryscript-windows
cp README.md poryscript-windows
Expand Down

0 comments on commit 839e8db

Please sign in to comment.