Skip to content

Commit

Permalink
更新 install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
overflow65537 authored Nov 9, 2024
1 parent 0176d8b commit 6eeb928
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 @@ -108,7 +108,7 @@ jobs:
run: |
python ./install.py ${{ needs.meta.outputs.tag }}
cp ./MFAWPF/MFAWPF.exe ./install/
jq --arg version_name "尘白禁区" --arg url "https://github.com/overflow65537/MAA_SnowBreak" --arg version ${{ needs.meta.outputs.tag }} '. + {"name": $version_name, "url": $url,"version": $version,"lock_controller": true}' ./assets/interface.json > ./install/interface.json
jq --arg version_name "尘白禁区" --arg url "https://github.com/overflow65537/MAA_SnowBreak" --arg version ${{ needs.meta.outputs.tag }}--arg lock_controller True '. + {"name": $version_name, "url": $url,"version": $version,"lock_controller": $lock_controller}' ./assets/interface.json > ./install/interface.json
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6eeb928

Please sign in to comment.