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