Skip to content

Commit

Permalink
messages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vasani-arpit committed Mar 22, 2024
1 parent bc71aff commit 96b80e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/build/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pwd && ls -la
npm install
npm run pack

zip "WBOT-linux.zip" bot.json github.png github-two.png wbot-linux file_example_MP3_700KB.mp3
zip "WBOT-mac.zip" bot.json github.png github-two.png wbot-macos file_example_MP3_700KB.mp3
zip "WBOT-win.zip" bot.json github.png github-two.png wbot-win.exe file_example_MP3_700KB.mp3
zip "WBOT-linux.zip" bot.json github.png github-two.png wbot-linux file_example_MP3_700KB.mp3 messages.json
zip "WBOT-mac.zip" bot.json github.png github-two.png wbot-macos file_example_MP3_700KB.mp3 messages.json
zip "WBOT-win.zip" bot.json github.png github-two.png wbot-win.exe file_example_MP3_700KB.mp3 messages.json

0 comments on commit 96b80e8

Please sign in to comment.