We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22bc35e commit abc8af3Copy full SHA for abc8af3
.github/workflows/build.yml
@@ -96,6 +96,14 @@ jobs:
96
install -v -m644 -D SPL deploy/spl-imx6-spi
97
install -v -m644 -D u-boot.img deploy/u-boot-imx6-spi.img
98
99
+ - name: Upload to GitHub
100
+ uses: actions/upload-artifact@v4
101
+ if: github.event_name == 'pull_request'
102
+ with:
103
+ name: imx6-uboot-${{ steps.tag_step.outputs.build_ver }}_${{ steps.tag_step.outputs.build_tag }}
104
+ path: deploy/
105
+ if-no-files-found: error
106
+
107
- name: Upload to S3
108
if: github.ref == 'refs/heads/v2018.01-solidrun-imx6' && github.event_name != 'pull_request'
109
uses: shallwefootball/[email protected]
0 commit comments