Revert "GitHub Actions faster!! (#7244)" (#7262)

This reverts commit f2fb473ecf.
This commit is contained in:
Jonathan Bennett
2025-07-07 19:50:44 -05:00
committed by GitHub
parent e1f40c2db9
commit fa23be4424
14 changed files with 80 additions and 127 deletions

View File

@@ -15,24 +15,16 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Get release version string
shell: bash
run: echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
id: version
- name: Build NRF52
id: build
uses: meshtastic/gh-action-firmware@main
uses: ./.github/actions/build-variant
with:
pio_platform: nrf52
pio_env: ${{ inputs.board }}
pio_target: build
- name: Store binaries as an artifact
uses: actions/upload-artifact@v4
with:
name: firmware-nrf52840-${{ inputs.board }}-${{ steps.version.outputs.long }}.zip
overwrite: true
path: |
github_token: ${{ secrets.GITHUB_TOKEN }}
board: ${{ inputs.board }}
build-script-path: bin/build-nrf52.sh
artifact-paths: |
release/*.hex
release/*.uf2
release/*.elf
release/*.zip
arch: nrf52840