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

This commit is contained in:
paltovkone
2026-03-07 19:40:18 +04:00
parent 058500ce54
commit 751a3e5c40

View File

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