Simplify element builder workflow (#898)

This commit is contained in:
Michael Telatynski
2023-05-15 09:40:39 +01:00
committed by GitHub
parent cb29a10c5e
commit c7c063f129
7 changed files with 49 additions and 74 deletions

View File

@@ -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 \