Skip to content

Commit 4a5d62c

Browse files
committed
update CI for Windows
1 parent f3c2915 commit 4a5d62c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,13 @@ jobs:
126126
uses: actions/upload-artifact@v4
127127
with:
128128
name: ${{ runner.os }}-${{ runner.arch }}-build
129-
path: build\cmaple.exe
129+
path: |
130+
build\cmaple.exe
131+
build\cmaple-aa.exe
130132
- name: Simple test
131133
run: |-
132-
ls
134+
ls build
133135
build\cmaple
134136
build\cmaple --help
137+
build\cmaple-aa
138+
build\cmaple-aa --help

0 commit comments

Comments
 (0)