feature test
Some checks failed
Build packages / build (push) Failing after 19s

This commit is contained in:
paltovkone
2026-03-07 19:35:05 +04:00
parent b24df20c78
commit 058500ce54

View File

@ -18,12 +18,11 @@ jobs:
- name: Read version
run: |
echo "VERSION=$(cat ${{ github.event.inputs.package }}/VERSION | tr -d '[:space:]')" >> $GITHUB_ENV
- name: Download upstream
run: |
cd ${{ github.event.inputs.package }}
bash scripts/download.sh "$VERSION"
PKG="${{ github.event.inputs.package }}"
bash "$PKG/scripts/download.sh" "${{ env.VERSION }}"
- name: Build deb
run: |
docker run --rm \