We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c69d8 commit 94de0e6Copy full SHA for 94de0e6
.github/workflows/build.yml
@@ -35,6 +35,10 @@ jobs:
35
run: echo "~/.cargo/bin" >> "$GITHUB_PATH"
36
- name: Build grapefruit bitstream
37
run: buck2 build //hdl/projects/grapefruit:grapefruit --show-output
38
+ - uses: actions/upload-artifact@v4
39
+ with:
40
+ name: build-results
41
+ path: "./buck-out/v2/gen/root/**/*"
42
43
bsv-streams:
44
needs: changes
@@ -60,4 +64,8 @@ jobs:
60
64
run: ./cobble build -v "//.*#bitstream"
61
65
working-directory: ./build
62
66
- name: backup build-dir
63
- run: cp -R ./build /tmp/cobble_build_bkup
67
+ run: cp -R ./build /tmp/cobble_build_bkup
68
69
70
71
+ path: "./build/latest/**/*"
0 commit comments