Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit fa16609

Browse files
authored
fix
1 parent 325ef3c commit fa16609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
gh release delete "$release_tag" --yes
5151
fi
5252
53-
gh release create "$release_tag" ./ODB.zip --title "$release_title" --notes "$changelog"
53+
gh release create "$release_tag" ./AFKBot.zip --title "$release_title" --notes "$changelog"
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)