Update .gitea/workflows/build.yml
This commit is contained in:
parent
dbd8bd4f01
commit
8f5a1f4480
@ -61,13 +61,12 @@ jobs:
|
||||
- name: Move Files
|
||||
run: |
|
||||
mkdir -p ${{ gitea.workspace }}/output
|
||||
ls -l ${{ gitea.workspace }}/Firmware/RP2040/build/
|
||||
mv ${{ gitea.workspace }}/Firmware/RP2040/build/*.uf2 ${{ gitea.workspace }}/output
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.project_name }}-${GITHUB_VERSION}-${{ matrix.target }}.uf2
|
||||
name: ${{ matrix.project_name }}-${{ env.GITHUB_VERSION }}-${{ matrix.target }}.uf2
|
||||
path: |
|
||||
${{ gitea.workspace }}/output/*.uf2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user