package x86_64 meshtasticd

This commit is contained in:
Thomas Göttgens
2024-06-05 15:08:23 +02:00
committed by GitHub
parent d0ca616c19
commit fbc8f6c03b

View File

@@ -142,6 +142,7 @@ jobs:
path: |
release/device-*.sh
release/device-*.bat
release/meshtasticd_linux*
- name: Docker login
if: ${{ github.event_name != 'pull_request_target' && github.event_name != 'pull_request' }}
@@ -217,7 +218,7 @@ jobs:
id: version
- name: Move files up
run: mv -b -t ./ ./release/meshtasticd_linux_aarch64 ./release/meshtasticd_linux_armv7l ./bin/config-dist.yaml
run: mv -b -t ./ ./release/meshtasticd_linux_* ./bin/config-dist.yaml
- name: Repackage in single firmware zip
uses: actions/upload-artifact@v4