Skip to content

Commit

Permalink
chore(release): 更新 install.yml 文件,修复打包识别后手动复制 interface.json 文件的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLingYun committed Sep 1, 2024
1 parent 5ae8eb4 commit 773570c
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 @@ -72,7 +72,7 @@ jobs:
run: |
rm -f ./gui/*.zip
cp -r ./assets/resource/* ./gui/Resource/
jq --arg version_name "测试版" --arg version ${{ needs.meta.outputs.tag }} '. + {"version": {"name": $version_name, "version": $version}}' ./assets/interface.json > ./gui/Resource/interface.json
jq --arg version_name "测试版" --arg version ${{ needs.meta.outputs.tag }} '. + {"version": {"name": $version_name, "version": $version}}' ./assets/interface.json > ./gui/interface.json
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 773570c

Please sign in to comment.