Skip to content

Commit 38093af

Browse files
committed
fixed artifact upload.
1 parent 3f07586 commit 38093af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
uses: actions/upload-artifact@v4
5959
with:
6060
name: rtl-test-binaries-${{ matrix.compiler }}
61-
path: build/ # adjust if your test binaries go to a different folder
61+
path: bin/

0 commit comments

Comments
 (0)