Skip to content

Commit 16c94d9

Browse files
committed
commas matter
1 parent dfc5e00 commit 16c94d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
echo "Build command : ./scripts/build.sh --build --release"
5151
./scripts/build.sh --build --release --package \
52-
--target x86_64-linux-gnu,aarch64-linux-gnu \
52+
--target x86_64-linux-gnu,aarch64-linux-gnu, \
5353
x86_64-unknown-linux-gnu,aarch64-unknown-linux-gnu
5454
5555
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)