mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 10:41:18 -08:00
Add: Installer - LEPTON file
This commit is contained in:
parent
5376de0f62
commit
bad9321399
2 changed files with 11 additions and 0 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
LEPTON
Normal file
1
LEPTON
Normal file
|
|
@ -0,0 +1 @@
|
|||
Branch=master
|
||||
Loading…
Add table
Add a link
Reference in a new issue