Skip to content

Commit

Permalink
meshtasticd-debian: Remove existing deb builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vidplace7 committed Jan 12, 2025
1 parent 6b1c01c commit 6ca884f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 298 deletions.
30 changes: 2 additions & 28 deletions .github/workflows/main_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,6 @@ jobs:
with:
board: ${{ matrix.board }}

package-raspbian:
uses: ./.github/workflows/package_raspbian.yml

package-raspbian-armv7l:
uses: ./.github/workflows/package_raspbian_armv7l.yml

package-native:
uses: ./.github/workflows/package_amd64.yml

build-debian-src:
uses: ./.github/workflows/build_debian_src.yml
with:
Expand Down Expand Up @@ -261,14 +252,7 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' }}
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
needs:
[
gather-artifacts,
package-raspbian,
package-raspbian-armv7l,
package-native,
build-debian-src,
]
needs: [gather-artifacts, build-debian-src]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -297,13 +281,6 @@ jobs:
body: |
Autogenerated by github action, developer should edit as required before publishing...
- name: Download deb files
uses: actions/download-artifact@v4
with:
pattern: meshtasticd_${{ steps.version.outputs.long }}_*.deb
merge-multiple: true
path: ./output

- name: Download source deb
uses: actions/download-artifact@v4
with:
Expand All @@ -319,14 +296,11 @@ jobs:
- name: Display structure of downloaded files
run: ls -lR

- name: Add deb files to release
- name: Add source deb to release
uses: softprops/action-gh-release@v2
with:
tag_name: v${{ steps.version.outputs.long }}
files: |
./output/meshtasticd_${{ steps.version.outputs.long }}_arm64.deb
./output/meshtasticd_${{ steps.version.outputs.long }}_armhf.deb
./output/meshtasticd_${{ steps.version.outputs.long }}_amd64.deb
./output/meshtasticd-${{ steps.version.outputs.deb }}-src.zip
- name: Bump version.properties
Expand Down
90 changes: 0 additions & 90 deletions .github/workflows/package_amd64.yml

This file was deleted.

90 changes: 0 additions & 90 deletions .github/workflows/package_raspbian.yml

This file was deleted.

90 changes: 0 additions & 90 deletions .github/workflows/package_raspbian_armv7l.yml

This file was deleted.

0 comments on commit 6ca884f

Please sign in to comment.