Skip to content

Commit

Permalink
fixup! ci: Add nightly build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed May 20, 2024
1 parent fb24700 commit 6c963f3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 6c963f3

Please sign in to comment.