Skip to content

Commit

Permalink
Add code to create gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMrARM authored Nov 4, 2023
1 parent 04fcb21 commit 90c4d67
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ jobs:
with:
name: mod_sdk.zip
path: artifacts/mod_sdk.zip
- name: Update release
uses: softprops/action-gh-release@v1
if: startsWith(github.event.head_commit.message, '[Release]')
with:
draft: true
tag_name: test-rel
files: |
artifacts/libserver_modloader.so
artifacts/mod_sdk.zip

0 comments on commit 90c4d67

Please sign in to comment.