Skip to content

Commit 513136a

Browse files
committed
Fix typo in PR 3794 workflow
1 parent 5475b49 commit 513136a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static-release: server-static-compressed
4343
rm -rf etc/packaging/static/deploy/
4444
mkdir -p etc/packaging/static/deploy/
4545
cp $(BIN_OUTPUT_PATH)/viam-server etc/packaging/static/deploy/viam-server-${BUILD_CHANNEL}-${UNAME_M}
46-
if [ "${RELEASE_TYPE}" = "stable" || "${RELEASE_TYPE}" = "latest" ]; then \
46+
if [ "${RELEASE_TYPE}" = "stable" ] || [ "${RELEASE_TYPE}" = "latest" ]; then \
4747
cp $(BIN_OUTPUT_PATH)/viam-server etc/packaging/static/deploy/viam-server-${RELEASE_TYPE}-${UNAME_M}; \
4848
fi
4949
rm -rf etc/packaging/static/manifest/

0 commit comments

Comments
 (0)