Skip to content

Commit

Permalink
chore: final version hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent e3fc061 commit 19816d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: LLHL - New version release

on:
push:
tags:
- '*'

jobs:
build-linux:
Expand Down Expand Up @@ -32,7 +34,6 @@ jobs:
- name: Clone LLHL repository
run: |
git clone https://github.com/7mochi/llhl
cd llhl && git checkout 3.0-stable && cd $GITHUB_WORKSPACE
- name: Build LLHL AGMOD serverfile .so
run: |
Expand Down

0 comments on commit 19816d6

Please sign in to comment.