Update .gitea/workflows/build.yml
All checks were successful
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICO) (push) Successful in 2m33s
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICOW) (push) Successful in 2m34s

This commit is contained in:
Sthope 2025-03-17 22:19:53 +01:00
parent facfd511b1
commit dbd8bd4f01

View File

@ -67,9 +67,9 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target }}.uf2
name: ${{ matrix.project_name }}-${GITHUB_VERSION}-${{ matrix.target }}.uf2
path: |
${{ gitea.workspace }}/output/${{ matrix.target }}.uf2
${{ gitea.workspace }}/output/*.uf2
- name: Upload Release
uses: akkuman/gitea-release-action@v1
@ -78,4 +78,4 @@ jobs:
tag_name: "${{ env.GITHUB_VERSION }}"
prerelease: false
files: |-
${{ gitea.workspace }}/output/${{ matrix.target }}.uf2
${{ gitea.workspace }}/output/*.uf2