Skip to content

Commit efbdbf7

Browse files
authored
Update main.yml
1 parent 204398e commit efbdbf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333

3434
- name: Upload build artifacts
3535
uses: actions/upload-artifact@v4
36+
37+
- name: Release
38+
uses: softprops/action-gh-release@v2
39+
if: github.ref_type == 'tag'
3640
with:
3741
name: build-files
3842
path: dist/

0 commit comments

Comments
 (0)