o7-machinehum 9 месяцев назад
Родитель
Сommit
78b11916ca
1 измененных файлов с 30 добавлено и 0 удалено
  1. 30 0
      .github/workflows/push.yml

+ 30 - 0
.github/workflows/push.yml

@@ -0,0 +1,30 @@
+name: Push
+
+on:
+  push:
+    branches: '**'
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+
+    steps:
+      - name: Checkout code
+        uses: actions/checkout@v2
+        with:
+          submodules: true
+          fetch-depth: 0
+
+      - name: Install dependencies
+        run: |
+            sudo pip install ufbt --break-system-packages.
+
+      - name: Build
+        run: |
+            ufbt
+
+      - name: Upload Artifact
+        uses: actions/upload-artifact@v4
+        with:
+          name: push
+          path: dist/blackhat.fap