Add: Installer - LEPTON file

This commit is contained in:
alstjr7375 2021-06-26 23:45:22 +09:00
parent 5376de0f62
commit bad9321399
2 changed files with 11 additions and 0 deletions

View file

@ -18,6 +18,16 @@ jobs:
with: with:
ref: ${{ matrix.branch }} ref: ${{ matrix.branch }}
- name: Info file Creation
run: |
rm -f LEPTON
# or BRANCH=$(git rev-parse --abbrev-ref HEAD)
BRANCH=${{ matrix.branch }}
TAGVER=$(git describe --tags --abbrev=0)
echo -e "Ver=${TAGVER}\nBranch=${BRANCH}" > LEPTON
- name: Release Structure - name: Release Structure
run: | run: |
mkdir -v chrome mkdir -v chrome

1
LEPTON Normal file
View file

@ -0,0 +1 @@
Branch=master