Skip to content

Commit c1400d3

Browse files
authored
Update main.yml
1 parent db77907 commit c1400d3

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,25 @@ jobs:
2020
build/main.exe
2121
build/main.pdb
2222
23-
- name: run_said_build_bat
24-
run: |
25-
cd ..
26-
tree /F /A
27-
shell: cmd
2823
2924
- name: Download a Build Artifact
3025
uses: actions/[email protected]
3126
with:
3227
name: WhatIsHappening
28+
path: .
29+
30+
- name: run_said_build_bat
31+
run: |
32+
cd ..
33+
tree /F /A
34+
shell: cmd
3335

3436
- name: Release
3537
uses: softprops/action-gh-release@v2
3638
if: startsWith(github.ref, 'refs/tags/')
3739
with:
3840
files: |
39-
build/WhatIsHappening.zip
40-
build/WhatIsHappening
41-
WhatIsHappening
42-
WhatIsHappening
41+
artifact/*.zip
4342
*.zip
4443
build/main.exe
4544
build/main.pdb

0 commit comments

Comments
 (0)