Skip to content

Commit

Permalink
removed batrack build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashoechst committed Sep 5, 2024
1 parent da86f4e commit b3b1221
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.PAT_JONASHOECHST }}

- name: Run tRackIT-OS.Pifile
uses: Nature40/[email protected].0
uses: Nature40/[email protected].1
with:
pifile: tRackIT-OS.Pifile

Expand All @@ -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/[email protected]
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

0 comments on commit b3b1221

Please sign in to comment.