Skip to content

Build Ghostty

Build Ghostty #5

Workflow file for this run

name: Build Ghostty
on:
workflow_dispatch:
env:
VERSION: 1.0.0
jobs:
build-ghostty:
runs-on: ubuntu-latest
steps:
- name: Checkout ghostty-ubuntu
uses: actions/checkout@v4
- name: Install Build Dependencies
run: ./install-build-dependencies.sh
- name: Fetch Ghostty Source
run: ./fetch-upstream.sh
- name: Build Package
run: debuild --prepend-path /usr/local/bin
working-directory: ${{ "ghostty-" + env.VERSION }}

Check failure on line 24 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build Ghostty

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 24, Col: 28): Unexpected symbol: '"ghostty-"'. Located at position 1 within expression: "ghostty-" + env.VERSION