Skip to content

Commit

Permalink
fix: 再次修复资源版本更新脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Jul 17, 2023
1 parent 6dd6d4d commit aa6376f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
with:
submodules: true

- name: Update resource version
run: |
python3 .github/update_resource_version.py assets/resource/properties.json ${{ needs.meta.outputs.tag }}
- name: Download MaaFramework
uses: robinraju/[email protected]
with:
Expand All @@ -71,7 +76,6 @@ jobs:
- name: Install
shell: bash
run: |
python3 .github/update_resource_version.py assets/resource/properties.json ${{ needs.meta.outputs.tag }}
cd source/cli/${{ matrix.msbuild_target }}/Release
mkdir -p install
cp -r docs include resource MaaAgentBinary *.exe *.dll install
Expand Down

0 comments on commit aa6376f

Please sign in to comment.