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