From b3b12218682a562162d0fa52925d38443bc49ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6chst?= Date: Thu, 5 Sep 2024 15:06:30 +0200 Subject: [PATCH] removed batrack build --- .github/workflows/build.yml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44b38dc..f928cc6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: token: ${{ secrets.PAT_JONASHOECHST }} - name: Run tRackIT-OS.Pifile - uses: Nature40/pimod@v0.6.0 + uses: Nature40/pimod@v0.6.1 with: pifile: tRackIT-OS.Pifile @@ -36,31 +36,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: gh release upload ${{github.ref_name}} tRackIT-OS-arm64-${{github.ref_name}}.zip - - build-BatRack-OS: - runs-on: ubuntu-latest - needs: release - steps: - - name: Checkout repository - uses: actions/checkout@v1 - with: - submodules: recursive - token: ${{ secrets.PAT_JONASHOECHST }} - - - name: Run BatRack-OS.Pifile - uses: Nature40/pimod@v0.6.0 - with: - pifile: BatRack-OS.Pifile - - - name: Package BatRack-OS-armhf-${{github.ref_name}}.zip - if: startsWith(github.ref, 'refs/tags/') - run: | - mv BatRack-OS-armhf.img BatRack-OS-armhf-${{github.ref_name}}.img - zip BatRack-OS-armhf-${{github.ref_name}}.zip BatRack-OS-armhf-${{github.ref_name}}.img - - - name: Upload Release BatRack-OS-armhf-${{github.ref_name}}.zip - if: startsWith(github.ref, 'refs/tags/') - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload ${{github.ref_name}} BatRack-OS-armhf-${{github.ref_name}}.zip -