Skip to content

Commit

Permalink
fix: let's see
Browse files Browse the repository at this point in the history
  • Loading branch information
tresabhi committed Nov 30, 2024
1 parent 2540b71 commit 984dad4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/host-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Install sharp
run: bun init -y && bun add sharp

- name: Move directories
run: mv dist/bot/prisma .

- name: Run bot
run: |
mv dist/bot/prisma .
bun dist/bot/main.js
run: bun dist/bot/main.js

0 comments on commit 984dad4

Please sign in to comment.