fix(ci): get version number in ci checkout
All checks were successful
/ build_debian (push) Successful in 17s
All checks were successful
/ build_debian (push) Successful in 17s
This commit is contained in:
parent
923bf05392
commit
dcf7caa08f
1 changed files with 3 additions and 1 deletions
|
@ -10,12 +10,14 @@ jobs:
|
||||||
image: git.kabelsalat.ch/s3lph/package-pipeline-builder:latest
|
image: git.kabelsalat.ch/s3lph/package-pipeline-builder:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Prepare package
|
- name: Prepare package
|
||||||
run: |
|
run: |
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
package/debian/barcode-utils/usr/bin \
|
package/debian/barcode-utils/usr/bin \
|
||||||
package/debian/barcode-utils/usr/share/webextensions
|
package/debian/barcode-utils/usr/share/webextensions
|
||||||
sed -re "s/__VERSION__/0.$(git rev-list --count ${GITHUB_REF_NAME})-1/g" -i package/debian/barcode-utils/DEBIAN/control
|
sed -re "s/__VERSION__/0.$(git rev-list --count HEAD)-1/g" -i package/debian/barcode-utils/DEBIAN/control
|
||||||
# barcode-websocket-server
|
# barcode-websocket-server
|
||||||
cp barcode-websocket-server package/debian/barcode-utils/usr/bin/
|
cp barcode-websocket-server package/debian/barcode-utils/usr/bin/
|
||||||
# webextension-tabfocus
|
# webextension-tabfocus
|
||||||
|
|
Loading…
Reference in a new issue