We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd95678 commit 3d8bb9dCopy full SHA for 3d8bb9d
.github/workflows/build.yml
@@ -159,6 +159,14 @@ jobs:
159
make -j$(nproc)
160
install -v -m644 -D u-boot-with-spl.kwb deploy/u-boot-clearfog-base-uart.kwb
161
162
+ - name: Upload to GitHub
163
+ uses: actions/upload-artifact@v4
164
+ if: github.event_name == 'pull_request'
165
+ with:
166
+ name: a38x-uboot-${{ steps.tag_step.outputs.build_ver }}_${{ steps.tag_step.outputs.build_tag }}
167
+ path: deploy/
168
+ if-no-files-found: error
169
+
170
- name: Upload to S3
171
if: github.ref == 'refs/heads/v2024.04-solidrun-a38x' && github.event_name != 'pull_request'
172
uses: shallwefootball/upload-s3-action@v1.3.3
0 commit comments