Skip to content

Commit

Permalink
add telegram bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Pik-4 committed Jan 4, 2025
1 parent c3023c4 commit d43fbb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:

- name: Find Artifacts
run: |
echo "HSMOD_FILE=$(find artifacts -name '*.dll')"
echo "HSMOD_FILE=$(find artifacts -name '*.dll' -print -quit)" >> $GITHUB_ENV
echo "HSMOD_FILE=$(find artifacts -type f -name '*.dll' -print -quit)"
echo "HSMOD_FILE=$(find artifacts -type f -name '*.dll' -print -quit)" >> $GITHUB_ENV
- name: Post to Telegram
env:
Expand Down

0 comments on commit d43fbb0

Please sign in to comment.