Skip to content

Commit 90c4d67

Browse files
authored
Add code to create gh release
1 parent 04fcb21 commit 90c4d67

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@ jobs:
2626
with:
2727
name: mod_sdk.zip
2828
path: artifacts/mod_sdk.zip
29+
- name: Update release
30+
uses: softprops/action-gh-release@v1
31+
if: startsWith(github.event.head_commit.message, '[Release]')
32+
with:
33+
draft: true
34+
tag_name: test-rel
35+
files: |
36+
artifacts/libserver_modloader.so
37+
artifacts/mod_sdk.zip

0 commit comments

Comments
 (0)