Skip to content

Commit 492a45d

Browse files
Update c-cpp.yml
1 parent 99e5bd1 commit 492a45d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: windows-2022
1414

1515
steps:
1616
- uses: actions/checkout@v3
@@ -19,4 +19,8 @@ jobs:
1919
- name: make
2020
run: make
2121
- name: run
22-
run: ./JunLang
22+
run: ./JunLang.exe
23+
- uses: actions/upload-artifact@v4
24+
with:
25+
name: JunLang
26+
path: ./JunLang.exe

0 commit comments

Comments
 (0)