Skip to content

Commit

Permalink
ci: обновлен гитхаб-токен
Browse files Browse the repository at this point in the history
  • Loading branch information
abramcumner committed Jun 23, 2024
1 parent 42beab7 commit 812d93d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ artifacts:
deploy:
- provider: GitHub
auth_token:
secure: pXJeBrB1oq+/lPsy2jphy4dRQ542dkJRbAEOD3y/YgSVsoRTSgIt01EI92q9whrl
secure: YPR+FMFdOEmn4M5OwUPWZ/QZkR9ppZ5Ka/1I1ImpcJyGDjBaDUn0h2ZuBFAKP0Dr
artifact: release
on:
appveyor_repo_tag: true
2 changes: 1 addition & 1 deletion sources/utils/converter/converter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void usage_sg_param()

void usage()
{
printf("X-Ray game asset converter (0.3.0.288 %s)\n", BUILD_DATE);
printf("X-Ray game asset converter (0.3.1.289 %s)\n", BUILD_DATE);
printf("Vendor: abramcumner\n");
printf("Usage: converter <common-options> <format-specific-options> <input-objects>\n");

Expand Down

0 comments on commit 812d93d

Please sign in to comment.