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