Skip to content

Commit

Permalink
CI 调整
Browse files Browse the repository at this point in the history
  • Loading branch information
Stapxs committed Nov 25, 2024
1 parent 7d322dc commit 23401b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ needs.init.outputs.version }}-${{ matrix.os }}
path: dist_electron/out
# Stapxs QQ Lite 开头的文件和 stapxs-qq-lite 开头的文件;不用管后缀
path: |
Stapxs QQ Lite*
stapxs-qq-lite*
# ========================= 发布构建结果 =========================
release:
Expand Down

0 comments on commit 23401b3

Please sign in to comment.