feature test
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
name: Build packages
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
package:
|
||||
description: 'Package name'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@ -15,11 +24,6 @@ jobs:
|
||||
cd ${PKG}
|
||||
bash scripts/download.sh "$VERSION"
|
||||
|
||||
- name: Debug
|
||||
run: |
|
||||
ls -la ${PKG}/
|
||||
ls -la ${PKG}/dist/ || echo "no dist"
|
||||
|
||||
- name: Build deb
|
||||
run: |
|
||||
docker run --rm \
|
||||
|
||||
Reference in New Issue
Block a user