From bad9321399b0715912de9cc96e05c3d08db2638c Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 26 Jun 2021 23:45:22 +0900 Subject: [PATCH] Add: Installer - `LEPTON` file --- .github/workflows/release.yml | 10 ++++++++++ LEPTON | 1 + 2 files changed, 11 insertions(+) create mode 100644 LEPTON diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f0c3a3..8d5270c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,16 @@ jobs: with: 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 run: | mkdir -v chrome diff --git a/LEPTON b/LEPTON new file mode 100644 index 0000000..1e76b9c --- /dev/null +++ b/LEPTON @@ -0,0 +1 @@ +Branch=master