Skip to content

Commit

Permalink
[CI] Upload artifacts in the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanikin committed Oct 28, 2024
1 parent f3556b5 commit 22b6f7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
mkdir -p s3
cp AArch64_output/Flash_Writer_SCIF_${{ matrix.device }}_HUMMINGBOARD_DDR4_${{ matrix.ddr_size }}.mot s3
- name: Upload to GitHub
uses: actions/upload-artifact@v4
if: github.event_name == 'pull_request'
with:
name: Flash_Writer_SCIF_${{ matrix.device }}_HUMMINGBOARD_DDR4_${{ matrix.ddr_size }}.mot
path: s3/Flash_Writer_SCIF_${{ matrix.device }}_HUMMINGBOARD_DDR4_${{ matrix.ddr_size }}.mot

- name: Upload to S3
uses: shallwefootball/[email protected]
if: github.event_name == 'push'
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
AArch64_obj
AArch64_output

0 comments on commit 22b6f7d

Please sign in to comment.