Skip to content

Commit 8a0b318

Browse files
committed
Fixed output target path
1 parent 0cd0661 commit 8a0b318

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
@@ -31,4 +31,4 @@ jobs:
3131
uses: actions/upload-artifact@v3
3232
with:
3333
name: ${{ matrix.file_name }}
34-
path: "./backend/target/debug/${{ matrix.file }}"
34+
path: "./target/debug/${{ matrix.file }}"

0 commit comments

Comments
 (0)