Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IonTeLOS authored Oct 13, 2023
1 parent 677d9aa commit cdd963c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build App
on:
workflow_dispatch:
jobs:
build:
runs-on: Linux
name: dina
strategy:
fail-fast: false
steps:
- name: Build
shell: bash
run: |
dpkg-deb --root-owner-group -S extreme -b /

0 comments on commit cdd963c

Please sign in to comment.