Skip to content

Commit

Permalink
release1
Browse files Browse the repository at this point in the history
  • Loading branch information
TabNahida committed Oct 17, 2024
1 parent b35745c commit 77076fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
VERSION=${{ env.VERSION }}
CHECKSUM=${{ env.CHECKSUM }}
FILE_PATH="repo-xmake/packages/T/TString/xmake.lua"
FILE_PATH="repo-xmake/packages/t/tstring/xmake.lua"
sed -i "/add_versions/a \ add_versions(\"${VERSION}\", \"${CHECKSUM}\")" $FILE_PATH
- name: Commit and Push Changes
Expand Down

0 comments on commit 77076fc

Please sign in to comment.