mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Added snap build workflow
This commit is contained in:

committed by
Mitchell Hashimoto

parent
aed30502bd
commit
a7d1029e5c
14
.github/workflows/snap.yaml
vendored
Normal file
14
.github/workflows/snap.yaml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Snap
|
||||
|
||||
on:
|
||||
push: {}
|
||||
pull_request: {}
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: snapcore/action-build@v1
|
||||
id: snapcraft
|
Reference in New Issue
Block a user