Update .gitea/workflows/build.yml
This commit is contained in:
parent
facfd511b1
commit
dbd8bd4f01
@ -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
|
Loading…
x
Reference in New Issue
Block a user