GH Actions: Update Release action, clarify versioning (#5794)

This commit is contained in:
Austin
2025-01-08 21:43:24 -05:00
committed by GitHub
parent 33e5a04508
commit 8aac9f2e8e
11 changed files with 67 additions and 98 deletions

View File

@@ -83,13 +83,13 @@ runs:
- name: Get release version string
shell: bash
run: echo "version=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
run: echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
id: version
- name: Store binaries as an artifact
uses: actions/upload-artifact@v4
with:
name: firmware-${{ inputs.arch }}-${{ inputs.board }}-${{ steps.version.outputs.version }}.zip
name: firmware-${{ inputs.arch }}-${{ inputs.board }}-${{ steps.version.outputs.long }}.zip
overwrite: true
path: |
${{ inputs.artifact-paths }}