Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Oct 13, 2024
1 parent 4f5eec0 commit 5c25f40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,20 @@ jobs:
out-file-path: "deps"
extract: true

- name: Download MFAWPF
uses: robinraju/release-downloader@v1
with:
repository: SweetSmellFox/MFAWPF
filename: MFAWPF*
latest: true
out-file-path: "MFA"
extract: true

- name: Install
shell: bash
run: |
python ./install.py ${{ needs.meta.outputs.tag }}
cp MFA/MFAWPF.exe install
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5c25f40

Please sign in to comment.