Skip to content

Commit b97de00

Browse files
committed
Fix debuild workdir
1 parent 1e48559 commit b97de00

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Build Ghostty
33
on:
44
workflow_dispatch:
55

6+
env:
7+
VERSION: 1.0.0
8+
69
jobs:
710
build-ghostty:
811
runs-on: ubuntu-latest
@@ -18,4 +21,5 @@ jobs:
1821

1922
- name: Build Package
2023
run: debuild --prepend-path /usr/local/bin
24+
working-directory: ghostty-${{ env.VERSION }}
2125

fetch-upstream.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
VERSION="1.0.0"
44

0 commit comments

Comments
 (0)