Skip to content

Commit d979658

Browse files
committed
fix: 删除下载的 ui 压缩包
1 parent b2897bb commit d979658

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/install.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474

7575
- name: Download MFAAvalonia
7676
if: matrix.os != 'android'
77+
id: download_mfa
7778
uses: robinraju/release-downloader@v1
7879
with:
7980
repository: SweetSmellFox/MFAAvalonia
@@ -82,6 +83,14 @@ jobs:
8283
out-file-path: "MFA"
8384
extract: true
8485

86+
- name: Clean up MFAAvalonia archive
87+
if: matrix.os != 'android'
88+
shell: bash
89+
run: |
90+
ARCHIVE_FILE_PATH="${{ fromJson(steps.download_mfa.outputs.downloaded_files)[0] }}"
91+
rm -f "${ARCHIVE_FILE_PATH}"
92+
echo "Archive cleanup command executed for MFAAvalonia."
93+
8594
- name: Install
8695
shell: bash
8796
run: |

0 commit comments

Comments
 (0)