This commit is contained in:
@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user