We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e48559 commit b97de00Copy full SHA for b97de00
.github/workflows/build.yml
@@ -3,6 +3,9 @@ name: Build Ghostty
3
on:
4
workflow_dispatch:
5
6
+env:
7
+ VERSION: 1.0.0
8
+
9
jobs:
10
build-ghostty:
11
runs-on: ubuntu-latest
@@ -18,4 +21,5 @@ jobs:
18
21
19
22
- name: Build Package
20
23
run: debuild --prepend-path /usr/local/bin
24
+ working-directory: ghostty-${{ env.VERSION }}
25
fetch-upstream.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/sh
2
VERSION="1.0.0"
0 commit comments