diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 6265ae4..5b41458 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -31,7 +31,12 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - path: x86 + path: | + x86\libchewing\data\*.dat + x86\libchewing\data\*.tab + x86\ChewingTextService\Release\*.dll + x86\libchewing\Release\*.dll + x86\ChewingPreferences\Release\*.exe name: x86 retention-days: 1 x64: @@ -53,7 +58,12 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - path: x64 + path: | + x64\libchewing\data\*.dat + x64\libchewing\data\*.tab + x64\ChewingTextService\Release\*.dll + x64\libchewing\Release\*.dll + x64\ChewingPreferences\Release\*.exe name: x64 retention-days: 1 package: