Skip to content

Commit

Permalink
CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vasani-arpit committed Oct 30, 2023
1 parent 0eb1c11 commit aec85e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
zip "WBOT-mac.zip" bot.json github.png github-two.png wbot-macos
zip "WBOT-win.zip" bot.json github.png github-two.png wbot-win.exe
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
2 changes: 1 addition & 1 deletion bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"contains":["audio"],
"exact": [],
"response": "Sending audio",
"file": ["file_example_MP3_700KB.mp3","file_example_MP3_1MG.mp3"]
"file": ["file_example_MP3_700KB.mp3"]
},
{
"contains": [],
Expand Down

0 comments on commit aec85e6

Please sign in to comment.