Create desktop.yml (#448)

Created desktop.yml as currently main branch doesn't have it so I can't
run workflow of beta
- [x]  Build configuration change
This commit is contained in:
Prateek Sunal 2024-02-12 21:24:37 +05:30 committed by GitHub
parent 13dd051308
commit 23e0a73e61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.github/workflows/desktop.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: desktop build
on:
workflow_dispatch:
jobs:
build-linux:
name: Linux
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2