Skip to content

Commit

Permalink
fix: 抄错url了
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofeiTM233 committed Oct 16, 2024
1 parent 1278393 commit d925b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
rm -f ./gui/*.zip
cp -r ./assets/resource/* ./gui/Resource/
jq --arg version_name "MGT" --arg url "https://api.github.com/repos/xiaofeiTM233/MGT/releases/latest" --arg version ${{ needs.meta.outputs.tag }} '. + {"name": $version_name, "url": $url,"version": $version}' ./assets/interface.json > ./gui/interface.json
jq --arg version_name "MGT" --arg url "https://github.com/xiaofeiTM233/MGT" --arg version ${{ needs.meta.outputs.tag }} '. + {"name": $version_name, "url": $url,"version": $version}' ./assets/interface.json > ./gui/interface.json
- uses: actions/upload-artifact@v4
with:
Expand Down

1 comment on commit d925b45

@xiaofeiTM233
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#3

Please sign in to comment.