We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67e2a5 commit 436398aCopy full SHA for 436398a
.github/workflows/release.yml
@@ -48,7 +48,24 @@ jobs:
48
- name: Upload built backend
49
uses: actions/upload-artifact@v6
50
with:
51
- name: build-backend-${{ matrix.os }}-${{ matrix.arch }}
+ name: samples-f203
52
path: |
53
- !build/CMakeFiles
54
- ${{github.workspace}}/build/**/*.bin
+ !CMakeFiles/**
+ ${{github.workspace}}/build/f302/**/*.bin
55
+
56
+ - name: Upload built backend
57
+ uses: actions/upload-artifact@v6
58
+ with:
59
+ name: samples-f334
60
+ path: |
61
62
+ ${{github.workspace}}/build/f334/**/*.bin
63
64
65
66
67
+ name: samples-f446
68
69
70
+ ${{github.workspace}}/build/f446/**/*.bin
71
0 commit comments