Commit 9d9029d 1 parent 32267b2 commit 9d9029d Copy full SHA for 9d9029d
File tree 4 files changed +11
-6
lines changed
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 23
23
- name : Build Package
24
24
run : debuild --prepend-path /usr/local/bin
25
25
working-directory : ghostty-${{ env.VERSION }}
26
+
27
+ - name : Upload Artifact
28
+ uses : actions/upload-artifact@v4
29
+ with :
30
+ name : package
31
+ path : ghostty_1.0.0-0ubuntu1ppa1_amd64.deb
26
32
Original file line number Diff line number Diff line change 1
- ghostty (1.0.0-1 ) UNRELEASED; urgency=low
1
+ ghostty (1.0.0-0ubuntu1ppa1 ) UNRELEASED; urgency=low
2
2
3
- * Initial release. Closes: #nnnn
4
- <nnnn is the bug number of your ITP>
3
+ * Initial release.
5
4
6
- -- Mike Kasberg <> Sun, 29 Dec 2024 14:01:25 -0700
5
+ -- Mike Kasberg <kasberg.mike@gmail.com > Sun, 29 Dec 2024 14:01:25 -0700
Original file line number Diff line number Diff line change 1
- zig-out /usr
1
+ zig-out /usr
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ override_dh_auto_build:
21
21
-Dcpu=baseline \
22
22
-Dpie=true \
23
23
-Demit-docs \
24
- -fno-sys=freetype
24
+ -fno-sys=freetype
25
25
26
26
override_dh_auto_install :
27
27
# dh_auto_install -- prefix=/usr
You can’t perform that action at this time.
0 commit comments