Skip to content

Commit d94ece1

Browse files
committed
eowow
1 parent bfe05c6 commit d94ece1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
run: |
1616
build/main.exe
1717
shell: cmd
18-
1918

2019
- name: Upload a Build Artifact
2120
uses: actions/[email protected]
@@ -24,3 +23,8 @@ jobs:
2423
path: |
2524
build/main.exe
2625
build/main.pdb
26+
27+
- name: Release
28+
uses: elgohr/Github-Release-Action@v5
29+
with:
30+
title: Meow

0 commit comments

Comments
 (0)