Skip to content

Commit 436398a

Browse files
renamed artifacts and added one for each architecture
Signed-off-by: Taylor Lineman <git@actuallytaylor.com>
1 parent b67e2a5 commit 436398a

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

.github/workflows/release.yml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,24 @@ jobs:
4848
- name: Upload built backend
4949
uses: actions/upload-artifact@v6
5050
with:
51-
name: build-backend-${{ matrix.os }}-${{ matrix.arch }}
51+
name: samples-f203
5252
path: |
53-
!build/CMakeFiles
54-
${{github.workspace}}/build/**/*.bin
53+
!CMakeFiles/**
54+
${{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+
!CMakeFiles/**
62+
${{github.workspace}}/build/f334/**/*.bin
63+
64+
- name: Upload built backend
65+
uses: actions/upload-artifact@v6
66+
with:
67+
name: samples-f446
68+
path: |
69+
!CMakeFiles/**
70+
${{github.workspace}}/build/f446/**/*.bin
71+

0 commit comments

Comments
 (0)