Skip to content

Commit f3c096a

Browse files
authored
Update main.yml
1 parent 6d24f2f commit f3c096a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ jobs:
1414
- name: run_said_build_bat
1515
run: |
1616
build/main.exe
17-
shell: cmd
17+
shell: cmd
18+
19+
- uses: actions/[email protected]
20+
- name: Upload a Build Artifact
21+
with:
22+
name: WhatIsHappening
23+
path: build/main.exe

0 commit comments

Comments
 (0)