fix: pre-release
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -144,6 +144,8 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Release ${{ matrix.platform }}
|
- name: Release ${{ matrix.platform }}
|
||||||
|
env:
|
||||||
|
BRANCH: ${{ github.ref_type == 'tag' && 'RELEASE' || 'DEVELOP' }}
|
||||||
run: |
|
run: |
|
||||||
make ${{ matrix.platform }}-release
|
make ${{ matrix.platform }}-release
|
||||||
|
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ ANDROID_OUT=./android/app/libs
|
|||||||
DESKTOP_OUT=./libcore/bin
|
DESKTOP_OUT=./libcore/bin
|
||||||
GEO_ASSETS_DIR=./assets/core
|
GEO_ASSETS_DIR=./assets/core
|
||||||
|
|
||||||
BRANCH=$(shell git branch --show-current)
|
# BRANCH=$(shell git branch --show-current)
|
||||||
VERSION=$(shell git describe --tags --abbrev=0 || echo "unknown version")
|
VERSION=$(shell git describe --tags --abbrev=0 || echo "unknown version")
|
||||||
|
|
||||||
CORE_NAME=hiddify-libcore
|
CORE_NAME=hiddify-libcore
|
||||||
|
|||||||
Reference in New Issue
Block a user