Skip to content

Commit

Permalink
Edit: new version of artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyang-ee committed Dec 17, 2024
1 parent 6c1e09a commit 71cbaf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
run: build.sh

- name: Upload Binary .elf
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: BINARY.elf
path: ${{ github.workspace }}/build/*.elf

- name: Upload Binary .bin
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: BINARY.bin
path: ${{ github.workspace }}/build/*.bin
Expand Down

0 comments on commit 71cbaf1

Please sign in to comment.