Skip to content

Commit 8bfdbd6

Browse files
committed
fix: cleanup dist.zip after extraction in Windows workflow
1 parent 550b878 commit 8bfdbd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/quickstart-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
- 'master'
1414
- 'dev'
1515
- 'refactoring-v3-mvp'
16-
tags:
17-
- '**'
16+
tags:
17+
- '**'
1818

1919
concurrency:
2020
group: ${{ github.workflow }}-${{ github.ref }}
@@ -86,7 +86,7 @@ jobs:
8686
8787
# 解压 dist.zip 文件到 C:/generated_files 目录
8888
Expand-Archive -Path "C:\generated_files\dist.zip" -DestinationPath "C:\generated_files\kirara_ai\web"
89-
89+
rm C:\generated_files\dist.zip
9090
- name: Archive production artifacts
9191
uses: actions/upload-artifact@v4
9292
with:

0 commit comments

Comments
 (0)