Skip to content

Commit

Permalink
Fix typo in PR 3794 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Otterverse committed Apr 17, 2024
1 parent 5475b49 commit 513136a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging.make
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static-release: server-static-compressed
rm -rf etc/packaging/static/deploy/
mkdir -p etc/packaging/static/deploy/
cp $(BIN_OUTPUT_PATH)/viam-server etc/packaging/static/deploy/viam-server-${BUILD_CHANNEL}-${UNAME_M}
if [ "${RELEASE_TYPE}" = "stable" || "${RELEASE_TYPE}" = "latest" ]; then \
if [ "${RELEASE_TYPE}" = "stable" ] || [ "${RELEASE_TYPE}" = "latest" ]; then \
cp $(BIN_OUTPUT_PATH)/viam-server etc/packaging/static/deploy/viam-server-${RELEASE_TYPE}-${UNAME_M}; \
fi
rm -rf etc/packaging/static/manifest/
Expand Down

0 comments on commit 513136a

Please sign in to comment.