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