Skip to content

Commit e5ecd9f

Browse files
committed
we have a tag possiblty
1 parent 62a268c commit e5ecd9f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ jobs:
1111
run: |
1212
build.bat
1313
shell: cmd
14-
- name: run_said_build_bat
15-
run: |
16-
build/main.exe
17-
shell: cmd
18-
14+
1915
- name: Upload a Build Artifact
2016
uses: actions/[email protected]
2117
with:
@@ -24,6 +20,11 @@ jobs:
2420
build/main.exe
2521
build/main.pdb
2622
23+
- name: run_said_build_bat
24+
run: |
25+
tree
26+
shell: cmd
27+
2728
- name: Release
2829
uses: softprops/action-gh-release@v2
2930
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)