Simplify element builder workflow (#898)
This commit is contained in:
committed by
GitHub
parent
cb29a10c5e
commit
c7c063f129
9
.github/workflows/build_linux.yaml
vendored
9
.github/workflows/build_linux.yaml
vendored
@@ -118,15 +118,6 @@ jobs:
|
||||
echo "config-args=--deb-changelog changelog.Debian" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
cat "$DIR/control.template" | grep -v "Architecture: " > debcontrol
|
||||
echo "Architecture: $ARCHITECTURE" >> debcontrol
|
||||
VERSION=${INPUT_VERSION:-$(cat package.json | jq -r .version)}
|
||||
echo "Version: $VERSION" >> debcontrol
|
||||
env:
|
||||
DIR: ${{ inputs.config }}
|
||||
INPUT_VERSION: ${{ inputs.version }}
|
||||
ARCHITECTURE: ${{ inputs.arch }}
|
||||
|
||||
- name: Build App
|
||||
run: |
|
||||
npx ts-node scripts/generate-builder-config.ts \
|
||||
|
||||
Reference in New Issue
Block a user