更新 .github/workflows/CI.yml
All checks were successful
gitea-CI / CI-test (push) Successful in 15s

This commit is contained in:
MWTJC 2024-08-31 03:12:49 +00:00
parent 8eb9c6201b
commit 68b87413f1

@ -11,7 +11,7 @@ jobs:
- name: upload_problem
uses: actions/upload-artifact@v3
with:
name: win64 dist.zip
name: win64 dist
path: |
.\dist\*.txt
if-no-files-found: error
@ -21,7 +21,7 @@ jobs:
- name: upload_noproblem
uses: actions/upload-artifact@v3
with:
name: win64_dist.zip
name: win64_dist
path: |
.\dist\*.txt
if-no-files-found: error