Skip to content

Commit db77907

Browse files
committed
we have a tag possiblty
1 parent e0d67c6 commit db77907

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,15 @@ jobs:
2222
2323
- name: run_said_build_bat
2424
run: |
25+
cd ..
2526
tree /F /A
2627
shell: cmd
2728

29+
- name: Download a Build Artifact
30+
uses: actions/[email protected]
31+
with:
32+
name: WhatIsHappening
33+
2834
- name: Release
2935
uses: softprops/action-gh-release@v2
3036
if: startsWith(github.ref, 'refs/tags/')
@@ -33,6 +39,7 @@ jobs:
3339
build/WhatIsHappening.zip
3440
build/WhatIsHappening
3541
WhatIsHappening
42+
WhatIsHappening
3643
*.zip
3744
build/main.exe
3845
build/main.pdb

0 commit comments

Comments
 (0)